mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 14:37:15 +01:00
A port must provide the following function for this to work:
uintptr_t mp_hal_stdio_poll(uintptr_t poll_flags);
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.