731f359292
py/mphal.h contains declarations for generic mp_hal_XXX functions, such as stdio and delay/ticks, which ports should provide definitions for. A port will also provide mphalport.h with further HAL declarations. |
||
---|---|---|
.. | ||
axtls@5773c14466 | ||
fatfs | ||
libc | ||
libffi@e9de7e35f2 | ||
libm | ||
lwip@5b8b5d459e | ||
mp-readline | ||
netutils | ||
timeutils | ||
README.md |
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.