micropython/lib
Damien George 75c1609c3a lib/axtls: Update to latest axtls 2.1.5 wih additional commits.
Changes are:
- update axTLS from 2.1.3 to 2.1.5
- os_port.h is now provided by the user of the library
- PLATFORM_RNG_U8 can be defined for get_random
- fix -fsanitize=undefined diagnostics

Signed-off-by: Damien George <damien@micropython.org>
2021-07-08 23:51:39 +10:00
..
asf4@d270f79aa1
axtls@531cab9c27 lib/axtls: Update to latest axtls 2.1.5 wih additional commits. 2021-07-08 23:51:39 +10:00
berkeley-db-1.xx@35aaec4418
btstack@c8b9823f68
cmsis/inc
embed
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@1bc2c9cb8b lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 2021-05-25 00:04:01 +10: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
netutils
nrfx@7a4c9d946c
nxp_driver@b618cb1d52
oofatfs
pico-sdk@bfcbefafc5 lib/pico-sdk: Update to version 1.2.0. 2021-07-05 16:18:28 +10:00
stm32lib@302c52794d lib/stm32lib: Update library for WB v1.10.0. 2020-12-10 12:26:24 +11:00
timeutils mimxrt: Move calc_weekday helper function to timeutils. 2021-06-25 10:28:32 +10:00
tinytest
tinyusb@d49938d0f5 lib/tinyusb: Update to version 0.10.1. 2021-07-05 16:18:28 +10:00
upytesthelper
utils lib/utils/stdout_helpers: Make mp_hal_stdout_tx_strn_cooked efficient. 2021-07-08 12:59:31 +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.