micropython/lib
Paul Sokolovsky 47442d9f52 lib/utils/printf: Rework overriding printer of DEBUG_printf().
By default it uses mp_plat_print, but a port may override it to another
value with MICROPY_DEBUG_PRINTER_DEST.
2016-04-13 11:53:12 +03:00
..
axtls@532d2302b8 lib/axtls: Update to the latest upstream master. 2016-04-08 15:19:57 +03:00
fatfs lib/fatfs: Add support for sector sizes larger than 512 bytes. 2016-02-10 08:59:58 +00:00
libc
libffi@e9de7e35f2
libm
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils
utils lib/utils/printf: Rework overriding printer of DEBUG_printf(). 2016-04-13 11:53:12 +03: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.