summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-12-19Revert "lib/tinytest: Clean up test reporting in the presence of std..."David Lechner
2019-10-30lib/libc/string0: Add simple implementations of strspn and strcspn.Damien George
2019-10-29lib/littlefs: Add README describing origin and how to gen lfs1/lfs2.Damien George
2019-10-29lib/littlefs: Add littlefs v2.1.3 source.Damien George
2019-10-29lib/littlefs: Add littlefs v1.7.2 source.Damien George
2019-10-10stm32: Use hardware double sqrt on F7/H7 MCUs.Jim Mussared
2019-10-01lib/mynewt-nimble: Add Apache mynewt nimble as a submodule.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-07-04lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.Damien George
2019-07-03lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.Damien George
2019-07-01lib: Add tinyusb as a submodule.Damien George
2019-07-01lib: Add asf4 as a submodule.Damien George
2019-07-01lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.Damien George
2019-06-05lib: Add new submodule for mbedtls, currently at v2.17.0.Damien George
2019-06-03lib/netutils: Add DHCP server component.Damien George
2019-06-03lib/cmsis: Upgrade to CMSIS 5.5.1.Damien George
2019-05-21lib/nrfx: Upgrade nrfx to master.Glenn Ruben Bakke
2019-05-20lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs.Damien George
2019-05-01lib/utils/interrupt_char: Invalidate interrupt char at start up.Damien George
2019-05-01lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.Andrew Leech
2019-04-26lib/utils/pyexec: Add pyexec_file_if_exists() helper function.Damien George
2019-04-01lib/stm32lib: Update library to fix F7 MMC capacity calculation.Damien George
2019-03-07lib/oofatfs: Update oofatfs library to fix issue with logic not.Damien George
2019-03-05lib/oofatfs: Update ffconf.h config for new oofatfs version.Damien George