summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/start/stm32h7-config-osc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/stm32h7: remove system files from start directoryKarel Gardas2022-05-161-52/+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-17/+0
| | | | Sponsored-By: Precidata
* bsp/stm32h7: configure oscillator for STM32H7B3xxQ (e.g. STM32H7B3I-DK BSP)Karel Gardas2022-04-051-0/+17
|
* bsp/stm32h7: Split start configurationSebastian Huber2021-01-041-0/+52
This allows applications to individually provide configuration structures. Update #4209.