summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/start/stm32h7-config-clk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/stm32h7: remove system files from start directoryKarel Gardas2022-05-161-45/+0
| | | | | | | The files are already presented in boards directories and are not needed in start directory anymore. Sponsored-By: Precidata
* bsp/stm32h7: remove stm32h7b3i-dk related changes from start system filesKarel Gardas2022-05-161-4/+0
| | | | Sponsored-By: Precidata
* bsp/stm32h7: configure AHB clock divider for STM32H7B3xxQ (e.g. ↵Karel Gardas2022-04-051-0/+4
| | | | STM32H7B3I-DK BSP)
* bsp/stm32h7: Split start configurationSebastian Huber2021-01-041-0/+45
This allows applications to individually provide configuration structures. Update #4209.