summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-17lib/pico-sdk: Update to version 1.5.0.Damien George
2023-02-17lib/cyw43-driver: Update driver to latest version.Damien George
2023-02-01lib/micropython-lib: Update submodule to latest.Damien George
2023-01-18lib/re1.5: Add support for named classes in class sets.Damien George
2023-01-18lib/re1.5: Reduce code size when checking for named class char.Damien George
2022-12-20lib/cyw43-driver: Update driver to latest version.Damien George
2022-11-11lib/btstack: Update to v1.5.4.Damien George
2022-11-10lib/libm: Use __asm__ instead of asm.David Lechner
2022-11-09lib/micropython-lib: Update submodule to latest.Damien George
2022-10-22lib/btstack: Update to v1.5.3.Damien George
2022-09-30lib/micropython-lib: Update submodule to latest.Jim Mussared
2022-09-25lib/stm32lib: Update library to get L1 v1.10.3, and some other fixes.yn386
2022-09-08lib/micropython-lib: Update submodule to latest.Jim Mussared
2022-09-05lib/micropython-lib: Update to latest version with manifest changes.Damien George
2022-08-29lib/lwip: Update lwIP to v2.1.3, tag STABLE-2_1_3_RELEASE.Damien George
2022-08-03lib/micropython-lib: Add micropython-lib as a submodule.Jim Mussared
2022-07-26lib/cyw43-driver: Update driver to latest version.Peter Harper
2022-07-19lib/tinyusb: Update to the most recent master.robert-hh
2022-07-05lib/cyw43-driver: Update cyw43-driver to fix ap_auth mode setting.Damien George
2022-06-30lib/pico-sdk: Update to version 1.4.0.Damien George
2022-06-30lib/cyw43-driver: Add new submodule for CYW43xx WiFi driver.Damien George
2022-06-03lib/wiznet5k: Add submodule for Wiznet Ethernet drivers.Andrew Leech
2022-06-03lib/nxp_driver: Update nxp_driver to v2.10.robert-hh
2022-05-24lib/littlefs: Remove assignment of variables to themselves.Damien George
2022-05-24lib/littlefs: Guard lfs2_file_rawopen with LFS2_NO_MALLOC.Damien George
2022-05-24lib/littlefs: Update littlefs2 to v2.5.0.Damien George
2022-04-29lib/fsp: Add renesas fsp git repository as submodule.TakeoTakahashi2020
2022-04-28lib/stm32lib: Update library for G0 v1.5.1.Damien George
2022-03-16lib/re1.5: Distinguish between subject start-of-line and start-of-srch.Damien George
2022-01-06lib/stm32lib: Update library for fix to F7 USB HS.Damien George
2021-12-14lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes.Damien George
2021-11-26lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0.iabdalkader
2021-11-18lib/asf4: Point submodule to latest commit on circuitpython branch.Damien George
2021-10-26extmod/nimble: Update to NimBLE v1.4.Jim Mussared
2021-07-13lib,shared: Update README's based on contents of these dirs.Damien George
2021-07-12shared: Introduce new top-level dir and move 1st party lib code there.Damien George
2021-07-12lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.Damien George
2021-07-12lib/uzlib: Move uzlib code from extmod to lib.Damien George
2021-07-12lib/re1.5: Move re1.5 code from extmod to lib.Damien George
2021-07-08lib/axtls: Update to latest axtls 2.1.5 wih additional commits.Damien George
2021-07-08lib/utils/stdout_helpers: Make mp_hal_stdout_tx_strn_cooked efficient.Damien George
2021-07-05lib/pico-sdk: Update to version 1.2.0.Damien George
2021-07-05lib/tinyusb: Update to version 0.10.1.Damien George
2021-06-25mimxrt: Move calc_weekday helper function to timeutils.Krzysztof Adamski
2021-05-25lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.Damien George
2021-05-11lib/utils: Add ARM semihosting utility functions.Ayke van Laethem
2021-05-10py/gc: Make gc_lock_depth have a count per thread.Damien George
2021-04-24lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.Damien George
2021-03-12lib/pico-sdk: Update to latest version 1.1.0.Damien George
2021-03-11lib/utils/gchelper_generic: Implement AArch64 support.Yonatan Goldschmidt