micropython/lib
Damien George ab954ed513 lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.
If a port is using interrupt_char.c then it must enable
MICROPY_KBD_EXCEPTION.  This is the case for all official ports.
2017-06-02 12:03:57 +10: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
libc lib/libc/string0: Remove better-than-standard strncpy() implementation. 2016-05-02 18:53:21 +03:00
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm lib/libm: Use isfinite instead of finitef, for C99 compatibility. 2017-05-31 11:34:29 +10:00
lwip@5b8b5d459e lib/lwip: Add LwIP stack as a submodule in the library directory 2015-10-23 00:35:20 +03:00
memzip lib/memzip: Make lexer constructor raise exception when file not found. 2017-03-14 11:52:05 +11:00
mp-readline all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
netutils all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
oofatfs lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option. 2017-01-31 19:54:20 +11:00
timeutils various: Spelling fixes 2017-05-29 11:36:05 +03:00
utils lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled. 2017-06-02 12:03:57 +10:00
README.md lib: Add basic README. 2014-09-18 00:13:03 +01:00

README.md

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