summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/start/stm32h7-config-per.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-16bsp/stm32h7: remove system files from start directoryKarel Gardas1-62/+0
The files are already presented in boards directories and are not needed in start directory anymore. Sponsored-By: Precidata
2022-05-16bsp/stm32h7: remove stm32h7b3i-dk related changes from start system filesKarel Gardas1-17/+0
Sponsored-By: Precidata
2022-04-05bsp/stm32h7: configure peripheral clocks for STM32H7B3xxQ (e.g. ↵Karel Gardas1-0/+17
STM32H7B3I-DK BSP)
2021-01-04bsp/stm32h7: Split start configurationSebastian Huber1-38/+0
This allows applications to individually provide configuration structures. Update #4209.
2020-10-27bsp/stm32h7: New BSPSebastian Huber1-0/+100
Update #3910.