summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/start/bspstarthooks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas2022-06-101-44/+4
| | | | | | | The idea here is to prepare for better per-board specialization of the hooks function code. Sponsored-By: Precidata
* bsps/stm32h7: enable cache and MPU only on Cortex-M7Karel Gardas2022-06-011-0/+4
| | | | Sponsored-By: Precidata
* bsp/stm32h7: add power supply configurationKarel Gardas2022-04-051-1/+1
|
* cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer2020-11-201-118/+2
| | | | | | | Modify the MPU functions of the stm32h7 BSP to be table based and available for all ARMV7M BSPs. Update #4180
* bsp/stm32h7: New BSPSebastian Huber2020-10-271-0/+238
Update #3910.