You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky 4892e4c5fc lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. 9 years ago
..
axtls@5773c14466 lib/axtls: Update submodule, adds .gitignore . 9 years ago
fatfs lib/fatfs: Unify fatfs configuration. 9 years ago
libc lib/libc: Add memchr. We already have strchr, but memchr is useful too. 10 years ago
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 9 years ago
libm lib/libm: Add implementations of erf, erfc, lgamma, tgamma. 10 years ago
lwip@5b8b5d459e lib/lwip: Add LwIP stack as a submodule in the library directory 9 years ago
memzip lib/memzip: Factor out memzip from teensy/ into lib/memzip. 9 years ago
mp-readline lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 9 years ago
netutils lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
timeutils lib: Fix some issues in timeutils 10 years ago
utils lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. 9 years ago
README.md lib: Add basic README. 10 years ago

README.md

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