aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/mpconfigboard_common.h
AgeCommit message (Expand)Author
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