You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Halbert ef61b5ecb5 Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
6 years ago
..
axtls@67d27df4b5 lib/axtls: Upgrade to axTLS 2.1.3 + MicroPython patchset. 6 years ago
berkeley-db-1.xx@dab957dacd lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build. 7 years ago
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 7 years ago
embed lib/abort_.c: Add prototype to make coverage build happy. 7 years ago
libc Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 6 years ago
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 8 years ago
libm all: Use the name MicroPython consistently in comments 6 years ago
libm_dbl lib: Add libm_dbl, a double-precision math library, from musl-1.1.16. 6 years ago
lwip@5b8b5d459e lib/lwip: Add LwIP stack as a submodule in the library directory 8 years ago
memzip lib/memzip: Make lexer constructor raise exception when file not found. 6 years ago
mp-readline Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 6 years ago
netutils all: Raise exceptions via mp_raise_XXX 6 years ago
oofatfs lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option. 6 years ago
timeutils all: Use the name MicroPython consistently in comments 6 years ago
utils Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 6 years ago
README.md lib: Add basic README. 9 years ago

README.md

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