micropython/lib
Damien George 4e7107a572 py: Change mp_print_strn_t func type to use size_t for the str length. 2015-11-29 14:25:04 +00:00
..
axtls@5773c14466 lib/axtls: Update submodule, adds .gitignore . 2015-10-04 15:55:37 +03:00
fatfs lib/fatfs: Unify fatfs configuration. 2015-11-08 22:21:17 +00:00
libc
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm
lwip@5b8b5d459e lib/lwip: Add LwIP stack as a submodule in the library directory 2015-10-23 00:35:20 +03:00
memzip lib/memzip: Factor out memzip from teensy/ into lib/memzip. 2015-11-04 14:21:10 +00:00
mp-readline lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 2015-11-07 13:07:43 +00:00
netutils
timeutils lib: Fix some issues in timeutils 2015-05-21 23:31:50 +03:00
utils py: Change mp_print_strn_t func type to use size_t for the str length. 2015-11-29 14:25:04 +00:00
README.md

README.md

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