| Age | Commit message (Expand) | Author |
| 2021-04-27 | Add OpenMano boardHEADmaster | Aditya Naik |
| 2021-04-28 | stm32/uart: Fix H7 UART clock source configuration. | iabdalkader |
| 2021-04-28 | stm32,teensy: Correct typos in project README files. | plan-do-break-fix |
| 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-14 | stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins. | 8bitgeek |
| 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-09 | stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs. | aziubin |
| 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-06 | stm32: Include .ARM section in firmware for C++ exception handling. | 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-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 | 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-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 | stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool. | David Michieli |
| 2021-02-14 | stm32/mpbthciport: Only init the uart once, then use uart_set_baudrate. | Damien George |
| 2021-02-14 | stm32/uart: Add uart_set_baudrate function. | Damien George |
| 2021-02-04 | ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default. | Damien George |
| 2021-02-02 | stm32/mboot: Change debug compiler optimisation from -O0 to -Og. | Andrew Leech |
| 2021-02-02 | stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended. | Damien George |
| 2021-01-30 | docs,stm32: Fix minor typos in RTC docs, and->an. | Andrew Scheller |
| 2021-01-30 | stm32/rfcore: Fix flow control for IPCC RX IRQ. | Jim Mussared |
| 2021-01-29 | stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option. | Damien George |
| 2021-01-29 | stm32/mboot/fwupdate.py: Refactor update_mpy with support for STATUS. | Damien George |
| 2021-01-29 | stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them. | Damien George |
| 2021-01-29 | stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status. | Damien George |
| 2021-01-29 | stm32/mboot: Don't auto-detect littlefs block size. | Damien George |