| Age | Commit message (Expand) | Author |
| 2021-04-27 | bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size. | Damien George |
| 2021-04-27 | teensy: Provide own implementation of gc_collect, to not use stm32. | Damien George |
| 2021-04-23 | windows/mpconfigport.h: Enable features also present in unix port. | stijn |
| 2021-04-23 | esp32/CMakeLists.txt: Require CMake version 3.12. | Damien George |
| 2021-04-23 | stm32/mboot: Allow unpacking dfu without secret key. | David Michieli |
| 2021-04-21 | stm32/machine_timer: Improve usability of Timer constructor and init. | Damien George |
| 2021-04-20 | stm32/boards/pllvalues.py: Support wider range of PLL values for F413. | Damien George |
| 2021-04-17 | rp2/rp2_pio: Add fifo_join support for PIO. | Tim Radvan |
| 2021-04-15 | esp32/machine_pin: Use rtc_gpio_deinit instead of gpio_reset_pin. | Damien George |
| 2021-04-15 | esp32/boards: Add GENERIC_S2 board definition. | Damien George |
| 2021-04-15 | esp32: Add support for USB with CDC ACM. | Damien George |
| 2021-04-15 | esp32: Add initial support for ESP32S2 SoCs. | Damien George |
| 2021-04-14 | esp32/modsocket: Correctly handle poll/read of unconnected TCP socket. | Damien George |
| 2021-04-14 | mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options. | Damien George |
| 2021-04-14 | stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins. | 8bitgeek |
| 2021-04-14 | unix/main: Make static variable that's potentially clobbered by longjmp. | Marian Buschsieweke |
| 2021-04-13 | stm32/uart: Use LL_USART_GetBaudRate to compute baudrate. | Damien George |
| 2021-04-13 | stm32/boards: Split UARTx_RTS_DE into UARTx_RTS/UARTx_DE in pin defs. | Damien George |
| 2021-04-12 | stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug. | Damien George |
| 2021-04-12 | stm32/rfcore: Fix race condition with C2 accessing free buffer list. | Damien George |
| 2021-04-12 | rp2: Add support for building different board configurations. | jahr |
| 2021-04-12 | rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs. | robert-hh |
| 2021-04-11 | rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions. | robert-hh |
| 2021-04-09 | rp2/moduos: Implement uos.urandom(). | robert-hh |
| 2021-04-09 | rp2/rp2_pio: Validate state machine frequency in constructor. | Damien George |
| 2021-04-09 | stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs. | aziubin |
| 2021-04-09 | esp32: Enable btree module. | Damien George |
| 2021-04-09 | extmod/extmod.cmake: Add support to build btree module with CMake. | Damien George |
| 2021-04-09 | py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. | Damien George |
| 2021-04-09 | py/py.cmake: Move qstr helper code to micropy_gather_target_properties. | Damien George |
| 2021-04-09 | stm32/boardctrl: Give boards control over execution of boot.py,main.py. | Damien George |
| 2021-04-08 | stm32/mpconfigport.h: Add support for a board to specify root pointers. | Damien George |
| 2021-04-07 | stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs. | Damien George |
| 2021-04-07 | stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source. | Damien George |
| 2021-04-07 | stm32/powerctrl: Allow a board to configure AHB and APB clock dividers. | Damien George |
| 2021-04-07 | unix: Improve command line argument processing. | stijn |
| 2021-04-07 | rp2: Import uarray instead of array in rp2 module. | Tim Radvan |
| 2021-04-06 | stm32: Include .ARM section in firmware for C++ exception handling. | Damien George |
| 2021-04-06 | rp2/CMakeLists.txt: Enable USB enumeration fix. | Damien George |
| 2021-04-01 | examples/usercmodules: Simplify user C module enabling. | Damien George |
| 2021-04-01 | esp32: Fix multiple definition errors with mp_hal_stdout_tx functions. | Michael O'Cleirigh |
| 2021-04-01 | esp32: Restore USER_C_MODULE support with new CMake build system. | Michael O'Cleirigh |
| 2021-03-31 | rp2: Don't advertise remote wakeup for USB serial. | Liam Fraser |
| 2021-03-31 | rp2: Add support for USER_C_MODULES to CMake build system. | Phil Howard |
| 2021-03-31 | rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t. | Phil Howard |
| 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 |