micropython/lib
Paul Sokolovsky 4021b1e1b8 lib/utils/pyexec: Don't treat SystemExit as "forced exit".
"Forced exit" is treated as soft-reboot (Ctrl+D). But expected effect of
calling sys.exit() is termination of the current script, not any further
and more serious actions like mentioned soft reboot.
2016-10-12 18:00:32 +03:00
..
axtls@67d27df4b5 lib/axtls: Update, fixes esp8266 build. 2016-07-11 17:00:42 +03:00
berkeley-db-1.xx@dab957dacd lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build. 2016-08-25 21:30:20 +03:00
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 2016-09-30 16:19:03 +10:00
embed lib/abort_.c: Add prototype to make coverage build happy. 2016-07-30 17:52:06 +03:00
fatfs lib/fatfs/option/ccsbcs: Follow uPy optional features model. 2016-06-15 23:53:26 +03:00
libc lib/libc/string0: Remove better-than-standard strncpy() implementation. 2016-05-02 18:53:21 +03:00
libffi@e9de7e35f2
libm lib/libm: Remove unused definition of "one". 2016-06-25 22:30:40 +01:00
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils lib/timeutils/timeutils: Fix pedantic warning in coverage build. 2016-06-03 10:46:15 +03:00
utils lib/utils/pyexec: Don't treat SystemExit as "forced exit". 2016-10-12 18:00:32 +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.