micropython/lib
Damien George 3bedff0b3c lib/libm/math: Remove implementations of float conversion functions.
These implementations are incorrect (eg f2d and d2f don't handle special
values like 0.0) and proper versions can be provided by libgcc (or
equivalent depending on the toolchain).

libgcc is now linked with the stmhal port so that library will provide
these functions from now on.
2017-06-14 17:18:23 +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
embed
libc
libffi@e9de7e35f2
libm lib/libm/math: Remove implementations of float conversion functions. 2017-06-14 17:18:23 +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 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

README.md

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