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
a0f5b3148a
lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes.
Changes in this new library version are:
- Update L4 HAL to v1.17.0.
- Add G4 HAL at v1.3.0.
- Add WL HAL at v1.1.0.
- Fix F4 UART and DMA data loss with RX hardware flow control.
- Optimise USB to pass config struct by reference.
- Fix bug in F4 MMC HAL_MMC_Erase function.
- Fix bug setting MMC relative address in F4 and F7 HAL.
Signed-off-by: Damien George <damien@micropython.org>
3 years ago
..
asf4 @ 84f56af132
lib/asf4: Point submodule to latest commit on circuitpython branch.
3 years ago
axtls @ 531cab9c27
lib/axtls: Update to latest axtls 2.1.5 wih additional commits.
3 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
crypto-algorithms
lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.
3 years ago
libffi @ e9de7e35f2
lib/libffi: Add libffi as a submodule.
9 years ago
libhydrogen @ 5c5d513093
lib/libhydrogen: Add new libhydrogen submodule.
4 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: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT.
4 years ago
lwip @ 159e31b689
lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.
5 years ago
mbedtls @ 1bc2c9cb8b
lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.
4 years ago
mbedtls_errors
lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.
4 years ago
mynewt-nimble @ 42849560ba
extmod/nimble: Update to NimBLE v1.4.
3 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
pico-sdk @ 2062372d20
lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0.
3 years ago
re1.5
lib/re1.5: Move re1.5 code from extmod to lib.
3 years ago
stm32lib @ 1eebcda2c9
lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes.
3 years ago
tinytest
Revert "lib/tinytest: Clean up test reporting in the presence of std..."
5 years ago
tinyusb @ 4bfab30c02
lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0.
3 years ago
uzlib
lib/uzlib: Move uzlib code from extmod to lib.
3 years ago
README.md
lib,shared: Update README's based on contents of these dirs.
3 years ago
This directory contains third-party, low-level C libraries and SDKs.
Libraries that do not target any specific platform are generally chosen
based on them being independent and efficient.