summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-03-11lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.Mirko Vogt
2021-02-12lib/tinyusb: Update to version 0.8.0.Damien George
2021-02-02lib/pico-sdk: Update to latest version v1.0.1.Damien George
2021-01-30lib/utils/pyexec: Remove obsolete LCD initialization.stijn
2021-01-29lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port.Damien George
2021-01-29lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970.Damien George
2021-01-18lib/libhydrogen: Add new libhydrogen submodule.Damien George
2020-12-10lib/stm32lib: Update library for WB v1.10.0.Damien George
2020-12-09lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT.Damien George
2020-12-09lib/littlefs: Update littlefs2 to v2.3.0.Damien George
2020-11-30lib/utils/pyexec: Add stdin-reader on raw REPL with flow control.Damien George
2020-11-11lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-08stm32/uart: Allow static IRQ handler registration.Jim Mussared
2020-09-04lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.Damien George
2020-09-04lib/libm: Reduce size of static two_over_pi array.Damien George
2020-08-22lib/timeutils: Add helper functions to deal with nanosecs since 1970.Damien George
2020-07-22lib/libc: Fix string0's implementation of strncpy.Damien George
2020-07-21lib/libm_dbl: Add round.c source code.Zoltán Vörös
2020-07-21lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0.Damien George
2020-07-20lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken
2020-07-20lib/libc: Add implementation of strncpy.Thorsten von Eicken
2020-06-30lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER.Damien George
2020-06-19tools/uncrustify: Enable more opts to remove space between func and '('.David Lechner
2020-06-02lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.Damien George
2020-05-27lib/utils: Lock the scheduler when executing hard callback functions.Damien George