micropython/lib
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
This new config option allows to control whether MicroPython uses its own
internal printf or not (if not, an external one should be linked in).
Accompanying this new option is the inclusion of lib/utils/printf.c in the
core list of source files, so that ports no longer need to include it
themselves.
2016-09-05 12:18:53 +10:00
..
axtls@67d27df4b5
berkeley-db-1.xx@dab957dacd lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build. 2016-08-25 21:30:20 +03:00
embed lib/abort_.c: Add prototype to make coverage build happy. 2016-07-30 17:52:06 +03:00
fatfs
libc
libffi@e9de7e35f2
libm
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils
utils py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 2016-09-05 12:18:53 +10: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.