| Age | Commit message (Expand) | Author |
| 2021-03-19 | bare-arm: Clean up the code, make it run on an F405, and add a README. | Damien George |
| 2021-03-17 | stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended. | Damien George |
| 2021-03-16 | stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path. | stijn |
| 2021-03-14 | rp2: Use core-provided cmake fragments instead of custom ones. | Damien George |
| 2021-03-14 | extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list. | Damien George |
| 2021-03-14 | rp2/modmachine: Enable machine.Signal class. | Damien George |
| 2021-03-14 | rp2: Enabled more core Python features. | Damien George |
| 2021-03-13 | rp2: Enable uerrno module. | Kevin Köck |
| 2021-03-12 | tests: Rename run-tests to run-tests.py for consistency. | Damien George |
| 2021-03-12 | esp32/machine_hw_spi: Use default pins when making SPI if none given. | Damien George |
| 2021-03-12 | rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative. | Andrew Scheller |
| 2021-03-12 | rp2/modmachine: Re-init UART for REPL on frequency change. | robert-hh |
| 2021-03-12 | rp2/modmachine: Allow changing CPU clock frequency. | robert-hh |
| 2021-03-12 | rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item. | robert-hh |
| 2021-03-12 | rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset. | robert-hh |
| 2021-03-11 | rp2/machine_uart: Add support for inverted TX and RX lines. | robert-hh |
| 2021-03-11 | rp2/machine_uart: Add timeout/timeout_char to read and write. | robert-hh |
| 2021-03-11 | rp2: Enable VfsFat class for FAT filesystem support. | StereoRocker |
| 2021-03-11 | mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK. | svetelna |
| 2021-03-11 | esp32/Makefile: Specify port and baud on erase_flash command. | Mike Causer |
| 2021-03-11 | stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook. | Damien George |
| 2021-03-11 | stm32/spi: Fix baudrate calculation for H7 series. | Reinhard Feger |
| 2021-03-11 | stm32/powerctrl: Save and restore EWUP state when configuring standby. | Peter Hinch |
| 2021-03-10 | stm32/main: Fix passing state.reset_mode to init_flash_fs. | Braiden Kindt |
| 2021-03-10 | stm32/make-stmconst.py: Allow "[]" chars when parsing source comments. | Herwin Grobben |
| 2021-03-09 | stm32/storage: Prevent attempts to read/write invalid block addresses. | Andrew Leech |
| 2021-03-02 | stm32/rfcore: Allow BLE settings to be changed by a board. | Damien George |
| 2021-02-23 | rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32(). | Damien George |
| 2021-02-21 | esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs. | Damien George |
| 2021-02-21 | stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3. | Damien George |
| 2021-02-21 | stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs. | Chris Mason |
| 2021-02-19 | esp32: Make machine.soft_reset() work in main.py and reset_cause(). | Thorsten von Eicken |
| 2021-02-19 | esp32: Add basic support for Non-Volatile-Storage in esp32 module. | Thorsten von Eicken |
| 2021-02-19 | esp32: Add support to build with ESP-IDF v4.3 pre-release. | Damien George |
| 2021-02-19 | esp32/boards: Enable size optimisation for builds. | Damien George |
| 2021-02-18 | stm32/mboot: After sig verify, only write firmware-head if latter valid. | Damien George |
| 2021-02-17 | stm32/mpbtstackport: Allow chipset and secondary baudrate to be set. | Damien George |
| 2021-02-17 | stm32/mpbthciport: Use mp_printf instead of printf for error message. | Damien George |
| 2021-02-17 | stm32/mpbthciport: Fix initial baudrate to use provided value. | Andrew Leech |
| 2021-02-17 | stm32/boards: Disable onewire module on boards with small flash. | Damien George |
| 2021-02-17 | stm32: Make pyb, uos, utime, machine and onewire modules configurable. | Damien George |
| 2021-02-17 | stm32/usb: Allow a board to configure USBD_VID and all PIDs. | Damien George |
| 2021-02-17 | extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. | Thorsten von Eicken |
| 2021-02-17 | stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool. | David Michieli |
| 2021-02-17 | zephyr/modusocket: Fix parameter in calls to net_context_get_XXX(). | PTH |
| 2021-02-17 | zephyr/boards: Add support for the nucleo_h743zi board. | PTH |
| 2021-02-16 | zephyr: Build MicroPython as a cmake target. | Maureen Helm |
| 2021-02-16 | zephyr: Remove unused build files. | Maureen Helm |
| 2021-02-16 | zephyr: Disable frozen source modules. | Maureen Helm |
| 2021-02-16 | zephyr: Update to zephyr v2.5.0. | Maureen Helm |