275 Commits (92f54fe8d9618dd5e6101ac5c5f83ffc53b1bc57)

Author SHA1 Message Date
iabdalkader 97a7cc243b lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0. 3 years ago
Damien George f27be2d78a lib/asf4: Point submodule to latest commit on circuitpython branch. 3 years ago
Jim Mussared 948e3289bf extmod/nimble: Update to NimBLE v1.4. 3 years ago
Damien George e3291e1801 lib,shared: Update README's based on contents of these dirs. 3 years ago
Damien George 4d546713ec shared: Introduce new top-level dir and move 1st party lib code there. 3 years ago
Damien George 6dd92d7742 lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib. 3 years ago
Damien George d1bfb271d7 lib/uzlib: Move uzlib code from extmod to lib. 3 years ago
Damien George d1d172f536 lib/re1.5: Move re1.5 code from extmod to lib. 3 years ago
Damien George 75c1609c3a lib/axtls: Update to latest axtls 2.1.5 wih additional commits. 3 years ago
Damien George 20a6044952 lib/utils/stdout_helpers: Make mp_hal_stdout_tx_strn_cooked efficient. 3 years ago
Damien George d67bd494b5 lib/pico-sdk: Update to version 1.2.0. 3 years ago
Damien George c8e9e04541 lib/tinyusb: Update to version 0.10.1. 3 years ago
Krzysztof Adamski 6409bbcb72 mimxrt: Move calc_weekday helper function to timeutils. 3 years ago
Damien George 0aa01b0205 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 4 years ago
Ayke van Laethem 70f50c46cc lib/utils: Add ARM semihosting utility functions. 7 years ago
Damien George b6b39bff47 py/gc: Make gc_lock_depth have a count per thread. 4 years ago
Damien George 530c76f6ca lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h. 4 years ago
Damien George a62e791978 lib/pico-sdk: Update to latest version 1.1.0. 4 years ago
Yonatan Goldschmidt 098ac11bb0 lib/utils/gchelper_generic: Implement AArch64 support. 4 years ago
Mirko Vogt 7d73b9ff99 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 4 years ago
Damien George 9b7d8b87ee lib/tinyusb: Update to version 0.8.0. 4 years ago
Damien George 9b277d9815 lib/pico-sdk: Update to latest version v1.0.1. 4 years ago
stijn fca2730ea0 lib/utils/pyexec: Remove obsolete LCD initialization. 4 years ago
Damien George ef3ee7aa10 lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port. 4 years ago
Damien George 33f10381d6 lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970. 4 years ago
Damien George 0ce6948653 lib/libhydrogen: Add new libhydrogen submodule. 4 years ago
Damien George f694a6fa20 lib/stm32lib: Update library for WB v1.10.0. 4 years ago
Damien George 8a29319a15 lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT. 4 years ago
Damien George d9d761b057 lib/littlefs: Update littlefs2 to v2.3.0. 4 years ago
Damien George bb24c69b90 lib/utils/pyexec: Add stdin-reader on raw REPL with flow control. 4 years ago
Damien George 7789cd5f16 lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code. 4 years ago
Damien George 8f20cdc353 all: Rename absolute time-based functions to include "epoch". 4 years ago
Jim Mussared 23109988c2 stm32/uart: Allow static IRQ handler registration. 4 years ago
Damien George 3ff7079277 lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method. 4 years ago
Damien George 38959ed8f1 lib/libm: Reduce size of static two_over_pi array. 4 years ago
Damien George badd351150 lib/timeutils: Add helper functions to deal with nanosecs since 1970. 4 years ago
Damien George d9b7261024 lib/libc: Fix string0's implementation of strncpy. 4 years ago
Zoltán Vörös 27767aafa2 lib/libm_dbl: Add round.c source code. 5 years ago
Damien George f80b1d8535 lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0. 4 years ago
Thorsten von Eicken 3e758ef235 lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 5 years ago
Thorsten von Eicken 98e583430f lib/libc: Add implementation of strncpy. 4 years ago
Damien George 9d5edb3559 lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER. 4 years ago
David Lechner 77ed6f69ac tools/uncrustify: Enable more opts to remove space between func and '('. 4 years ago
Damien George b2030e1661 lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled. 5 years ago
Damien George 4bbba3060d lib/utils: Lock the scheduler when executing hard callback functions. 5 years ago
Damien George 9ee5aff334 lib/nrfx: Upgrade to nrfx v2.0.0. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
Jim Mussared c37fd78071 lib/btstack: Update to c8b9823 for USB HCI reset timeout fix. 5 years ago
Damien George e08ca78f40 py/stream: Remove mp_stream_errno and use system errno instead. 5 years ago
Jim Mussared 0dceab0ddf lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0. 5 years ago