aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/mpconfigboard_common.h
AgeCommit message (Expand)Author
2021-04-07stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.Damien George
2021-03-02stm32/rfcore: Allow BLE settings to be changed by a board.Damien George
2021-02-21stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason
2021-02-17stm32: Make pyb, uos, utime, machine and onewire modules configurable.Damien George
2021-01-29stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.Damien George
2020-12-18drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George
2020-12-07stm32: Add support for a board to reserve certain peripherals.Damien George
2020-11-16stm32/flash: Implement WB55 flash locking.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-05stm32/uart: Add support for UART4/5 on L0 MCUs.Chris Mason
2019-09-23stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.iabdalkader
2019-08-15stm32/usbd: Support USB device mode on STM32L432 MCUs.Damien George
2019-08-15stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB configDamien George
2019-08-08stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.Chris Wilson
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-16stm32/usb: Add config options to disable USB MSC and/or HID.Damien George
2019-07-05stm32: Add initial support for STM32L0xx MCUs.Damien George
2019-05-30stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.Damien George
2019-05-21stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.Damien George
2019-05-21stm32/i2c: Make timeout for hardware I2C configurable.Andrew Leech
2019-05-02stm32: Add support for F413 MCUs.Chris Mason
2019-04-11stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.Damien George
2019-04-01stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George
2019-03-05stm32: Add compile-time option to use HSI as clock source.Francisco J. Manno
2018-12-22stm32/main: Add board config option to enable/disable mounting SD card.Andrew Leech
2018-10-05stm32/main: Add configuration macros for board to set heap start/end.Andrew Leech
2018-09-21stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.Andrew Leech
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-05-16stm32: Enable UART7/8 on F4 series that have these peripherals.Ryan Shaw
2018-05-14stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.Damien George
2018-04-24stm32: Introduce MICROPY_PY_STM config to include or not the stm module.Damien George
2018-04-11stm32/main: Allow a board to configure the label of the flash FS.Damien George
2018-04-11stm32: Allow a board to configure the HSE in bypass mode.Damien George
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-03-29stm32/main: Only update reset_mode if board doesn't use a bootloader.Damien George
2018-03-10stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.Damien George
2018-03-09stm32/mpconfigboard_common: Add STM32H7 common configuration.iabdalkader
2018-02-23stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.Damien George
2018-02-22stm32: Add board config option to enable/disable the ADC.Damien George
2018-02-13stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.Damien George
2018-02-09stm32: Add mpconfigboard_common.h with common/default board settings.Damien George