You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 7789cd5f16 lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code. 4 years ago
..
asf4@d270f79aa1 lib: Add asf4 as a submodule. 5 years ago
axtls@43a6e6bd3b axtls: Update, exposes AES functions to implement ECB chiper mode. 7 years ago
berkeley-db-1.xx@35aaec4418 berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE. 7 years ago
btstack@c8b9823f68 lib/btstack: Update to c8b9823 for USB HCI reset timeout fix. 5 years ago
cmsis/inc lib/cmsis: Upgrade to CMSIS 5.5.1. 6 years ago
embed py/stream: Remove mp_stream_errno and use system errno instead. 5 years ago
libc lib/libc: Fix string0's implementation of strncpy. 4 years ago
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 9 years ago
libm lib/libm: Reduce size of static two_over_pi array. 4 years ago
libm_dbl lib/libm_dbl: Add round.c source code. 4 years ago
littlefs lib/littlefs: Update littlefs2 to v2.2.0. 5 years ago
lwip@159e31b689 lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE. 5 years ago
mbedtls@3f8d78411a lib: Add new submodule for mbedtls, currently at v2.17.0. 6 years ago
mbedtls_errors lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 4 years ago
memzip lib/memzip: Make lexer constructor raise exception when file not found. 8 years ago
mp-readline lib/mp-readline: Add word-based move/delete EMACS key sequences. 5 years ago
mynewt-nimble@97ce3eacaa lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0. 5 years ago
netutils all: Use MP_ERROR_TEXT for all error messages. 5 years ago
nrfx@7a4c9d946c lib/nrfx: Upgrade to nrfx v2.0.0. 5 years ago
nxp_driver@b618cb1d52 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 5 years ago
oofatfs lib/oofatfs: Update oofatfs library to fix issue with logic not. 6 years ago
stm32lib@58fee7c92b lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0. 4 years ago
timeutils all: Rename absolute time-based functions to include "epoch". 4 years ago
tinytest Revert "lib/tinytest: Clean up test reporting in the presence of std..." 5 years ago
tinyusb@a6b916ba85 lib/tinyusb: Update to a6b916ba for i.MX support. 5 years ago
upytesthelper py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
utils lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code. 4 years ago
README.md lib: Add basic README. 10 years ago

README.md

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