micropython/lib
Damien George e66fd56852 py/repl: Change mp_uint_t to size_t in repl helpers. 2017-07-04 23:44:54 +10:00
..
axtls@9b3092eb3b lib/axtls: Upgrade to axTLS 2.1.3 + MicroPython patchset. 2017-06-13 17:39:20 +03:00
berkeley-db-1.xx@dab957dacd
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 2016-09-30 16:19:03 +10:00
embed
libc
libffi@e9de7e35f2
libm lib/libm/math: Remove implementations of float conversion functions. 2017-06-14 17:18:23 +10: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
memzip lib/memzip: Make lexer constructor raise exception when file not found. 2017-03-14 11:52:05 +11:00
mp-readline py/repl: Change mp_uint_t to size_t in repl helpers. 2017-07-04 23:44:54 +10: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 stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. 2017-06-15 18:55:34 +10: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.