circuitpython/lib
Jeff Epler a6072f7ae3 uzlib: convert to submodule
Textualy, the files in lib/uzlib/src were identical to the ones committed
in extmod/uzlib so there should be no behavioral change possible as a
result of this commit.
2018-05-07 20:03:30 -05:00
..
axtls@dac9176cac lib/axtls: Update, support for SSL_EAGAIN return code. 2017-10-29 19:53:59 +02:00
berkeley-db-1.xx@35aaec4418 berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE. 2017-09-10 13:51:51 +03:00
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 2016-09-30 16:19:03 +10:00
embed lib/embed/abort_: Use mp_raise_msg helper function. 2017-09-22 11:31:00 +10:00
libc Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00
libm_dbl lib: Add libm_dbl, a double-precision math library, from musl-1.1.16. 2017-06-28 15:12:04 +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 Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
netutils all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
nrfutil@d48561b073 Updated nrfutil to 0.5.2b for nRF52840 erase time fix 2018-02-16 16:01:33 +01:00
oofatfs lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option. 2017-01-31 19:54:20 +11:00
stm32lib@d2bcfda543 stmhal: Update to new STM Cube HAL library. 2017-08-29 17:03:28 +10:00
timeutils all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
utils Prevent a heap pointer from living on the stack longer than we need. 2018-04-09 16:02:32 -07:00
uzlib@27176508e1 uzlib: convert to submodule 2018-05-07 20:03:30 -05: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.