micropython-lib/unix-ffi/machine/machine
Bas van Doren 42caaf14de unix-ffi/machine: Use libc if librt is not present.
Newer implementations of libc integrate the functions from librt, for
example glibc since 2.17 and uClibc-ng.  So if the librt.so cannot be
loaded, it can be assumed that libc contains the expected functions.

Signed-off-by: Bas van Doren <basvdoren@gmail.com>
2025-04-10 22:53:46 +10:00
..
__init__.py all: Run black over all code. 2021-05-27 15:50:04 +10:00
pin.py top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
timer.py unix-ffi/machine: Use libc if librt is not present. 2025-04-10 22:53:46 +10:00