circuitpython/lib
Paul Sokolovsky 3f9f9cac75 lib/mp-readline: Refactor to support coroutine/event-driven usage.
readline_process_char() can be fed character by character, for example,
received from external event loop. This will allow to integrate MicroPython
into cooperative multitasking systems.
2015-01-12 04:36:57 +02:00
..
fatfs lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. 2014-12-27 20:20:08 +00:00
libm stmhal: Add fake implementation of __aeabi_f2lz(). 2014-12-30 00:52:41 +02:00
mp-readline lib/mp-readline: Refactor to support coroutine/event-driven usage. 2015-01-12 04:36:57 +02:00
README.md lib: Add basic README. 2014-09-18 00:13:03 +01:00

README.md

This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.