micropython/lib
Paul Sokolovsky c8b80e4740 lib/embed/abort_: Implementation of abort_() function raising uPy exception.
Helpful when porting existing C libraries to MicroPython. abort()ing in
embedded environment isn't a good idea, so when compiling such library,
-Dabort=abort_ option can be given to redirect standard abort() to this
"safe" version.
2016-07-30 00:35:50 +03:00
..
axtls@67d27df4b5 lib/axtls: Update, fixes esp8266 build. 2016-07-11 17:00:42 +03:00
berkeley-db-1.xx@7b31cae3c0
embed lib/embed/abort_: Implementation of abort_() function raising uPy exception. 2016-07-30 00:35:50 +03:00
fatfs
libc
libffi@e9de7e35f2
libm
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils
utils lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse. 2016-07-22 19:56:27 +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.