index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
mpconfigboard_common.h
Age
Commit message (
Expand
)
Author
2018-09-21
stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.
Andrew Leech
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-16
stm32: Enable UART7/8 on F4 series that have these peripherals.
Ryan Shaw
2018-05-14
stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.
Damien George
2018-04-24
stm32: Introduce MICROPY_PY_STM config to include or not the stm module.
Damien George
2018-04-11
stm32/main: Allow a board to configure the label of the flash FS.
Damien George
2018-04-11
stm32: Allow a board to configure the HSE in bypass mode.
Damien George
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-03-29
stm32/main: Only update reset_mode if board doesn't use a bootloader.
Damien George
2018-03-10
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
Damien George
2018-03-09
stm32/mpconfigboard_common: Add STM32H7 common configuration.
iabdalkader
2018-02-23
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
Damien George
2018-02-22
stm32: Add board config option to enable/disable the ADC.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-09
stm32: Add mpconfigboard_common.h with common/default board settings.
Damien George