summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2020-05-15lib/nrfx: Upgrade to nrfx v2.0.0.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-29lib/btstack: Update to c8b9823 for USB HCI reset timeout fix.Jim Mussared
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-27lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-23all: Remove commented-out include statements.stijn
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-04-18all: Fix implicit conversion from double to float.stijn
2020-04-09lib/littlefs: Update littlefs2 to v2.2.0.Damien George
2020-04-07lib/btstack: Update to latest master btstack commit.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-11mimxrt: Add new, minimal port to NXP i.MX RT series CPUs.Jim Mussared
2020-03-11lib/tinyusb: Update to a6b916ba for i.MX support.Jim Mussared
2020-03-10lib: Add BlueKitchen BTstack submodule.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.Damien George
2020-02-07py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.Damien George
2020-02-07lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.Damien George
2020-02-04lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.odewdney
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12lib/mp-readline: Add an assert() to catch buffer overflows.Yonatan Goldschmidt