micropython/lib
Damien George f5d46a88aa lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Otherwise there is really nothing that can be done, it can't be unlocked by
the user because there is no way to allocate memory to execute the unlock.

See issue #4205 and #4209.
2018-10-13 16:21:08 +11:00
..
axtls@43a6e6bd3b
berkeley-db-1.xx@35aaec4418
cmsis/inc
embed
libc
libffi@e9de7e35f2
libm lib/libm/math: Add implementation of __signbitf, if needed by a port. 2018-09-27 15:21:04 +10:00
libm_dbl lib/libm_dbl: Add implementation of copysign() for DEBUG builds. 2018-09-20 16:46:19 +10:00
lwip@92f23d6ca0
memzip
mp-readline
netutils
nrfx@293f553ed9
oofatfs
stm32lib@f690e03b53 lib/stm32lib: Update library to fix issue with filling USB TX FIFO. 2018-09-26 12:00:25 +10:00
timeutils
tinytest
upytesthelper
utils lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active. 2018-10-13 16:21:08 +11: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.