4d546713ec
This commit moves all first-party code developed for this project from lib/ to shared/, so that lib/ now only contains third-party code. The following directories are moved as-is from lib to shared: lib/libc -> shared/libc lib/memzip -> shared/memzip lib/netutils -> shared/netutils lib/timeutils -> shared/timeutils lib/upytesthelper -> shared/upytesthelper All files in lib/embed/ have been moved to shared/libc/. lib/mp-readline has been moved to shared/readline. lib/utils has been moved to shared/runtime, with the exception of lib/utils/printf.c which has been moved to shared/libc/printf.c. Signed-off-by: Damien George <damien@micropython.org> |
||
---|---|---|
.. | ||
asf4@d270f79aa1 | ||
axtls@531cab9c27 | ||
berkeley-db-1.xx@35aaec4418 | ||
btstack@c8b9823f68 | ||
cmsis/inc | ||
crypto-algorithms | ||
libffi@e9de7e35f2 | ||
libhydrogen@5c5d513093 | ||
libm | ||
libm_dbl | ||
littlefs | ||
lwip@159e31b689 | ||
mbedtls@1bc2c9cb8b | ||
mbedtls_errors | ||
mynewt-nimble@97ce3eacaa | ||
nrfx@7a4c9d946c | ||
nxp_driver@b618cb1d52 | ||
oofatfs | ||
pico-sdk@bfcbefafc5 | ||
re1.5 | ||
stm32lib@302c52794d | ||
tinytest | ||
tinyusb@d49938d0f5 | ||
uzlib | ||
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.