summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-bspstarthooks.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-03-16score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas1-1/+1
Due to API change, the patch also fixes affected BSPs and uses value provided by MPU CTRL spec option there. Sponsored-By: Precidata
2022-06-10bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas1-52/+4
The idea here is to prepare for better per-board specialization of the hooks function code. Sponsored-By: Precidata
2022-06-01bsps/stm32h7: enable cache and MPU only on Cortex-M7Karel Gardas1-0/+4
Sponsored-By: Precidata
2022-04-05bsp/stm32h7: add power supply configurationKarel Gardas1-1/+1
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-118/+2
Modify the MPU functions of the stm32h7 BSP to be table based and available for all ARMV7M BSPs. Update #4180
2020-10-27bsp/stm32h7: New BSPSebastian Huber1-0/+238
Update #3910.