micropython/lib
Damien George 530c76f6ca lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
It was made obsolete by commit c98c128fe8.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-24 00:10:59 +10:00
..
asf4@d270f79aa1
axtls@43a6e6bd3b
berkeley-db-1.xx@35aaec4418
btstack@c8b9823f68 lib/btstack: Update to c8b9823 for USB HCI reset timeout fix. 2020-04-29 16:54:12 +10:00
cmsis/inc
embed py/stream: Remove mp_stream_errno and use system errno instead. 2020-04-27 23:58:46 +10:00
libc lib/libc: Fix string0's implementation of strncpy. 2020-07-22 16:29:54 +10:00
libffi@e9de7e35f2
libhydrogen@5c5d513093 lib/libhydrogen: Add new libhydrogen submodule. 2021-01-18 12:43:01 +11:00
libm lib/libm: Reduce size of static two_over_pi array. 2020-09-04 00:45:56 +10:00
libm_dbl lib/libm_dbl: Add round.c source code. 2020-07-21 11:07:19 +10:00
littlefs lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT. 2020-12-09 13:19:31 +11:00
lwip@159e31b689
mbedtls@1b6a24f759 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 2021-03-11 11:49:18 +11:00
mbedtls_errors lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 2020-07-20 23:53:27 +10:00
memzip
mp-readline
mynewt-nimble@97ce3eacaa lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0. 2020-04-27 22:50:42 +10:00
netutils all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
nrfx@7a4c9d946c lib/nrfx: Upgrade to nrfx v2.0.0. 2020-05-15 15:06:02 +10:00
nxp_driver@b618cb1d52 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 2020-03-11 15:34:13 +11:00
oofatfs
pico-sdk@fc10a97c38 lib/pico-sdk: Update to latest version 1.1.0. 2021-03-12 01:00:00 +11:00
stm32lib@302c52794d lib/stm32lib: Update library for WB v1.10.0. 2020-12-10 12:26:24 +11:00
timeutils lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970. 2021-01-29 23:57:10 +11:00
tinytest
tinyusb@7b62c71dd5 lib/tinyusb: Update to version 0.8.0. 2021-02-12 12:50:22 +11:00
upytesthelper
utils lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h. 2021-04-24 00:10:59 +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.