summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/start (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber10-10/+10
2022-06-10bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas1-44/+4
2022-06-01bsps/stm32h7: enable cache and MPU only on Cortex-M7Karel Gardas1-0/+4
2022-05-27bsps/stm32h7: enable SDRAM 2 MPU regionKarel Gardas1-0/+7
2022-05-16bsp/stm32h7: remove system files from start directoryKarel Gardas4-575/+0
2022-05-16bsp/stm32h7: remove stm32h7b3i-dk related changes from start system filesKarel Gardas4-82/+7
2022-04-07bsp/stm32h7: update FMC configuration for SRAM and SDRAM usageKarel Gardas1-9/+14
2022-04-05bsp/stm32h7: Convert to UNIX line endingsSebastian Huber3-927/+927
2022-04-05bsp/stm32h7: bring all required changes into system_stm32h7xx for STM32H7B3I-...Karel Gardas1-7/+44
2022-04-05bsp/stm32h7: properly ifdef all unsupported features in start -hal file while...Karel Gardas1-0/+20
2022-04-05bsp/stm32h7: configure peripheral clocks for STM32H7B3xxQ (e.g. STM32H7B3I-DK...Karel Gardas1-0/+17
2022-04-05bsp/stm32h7: configure oscillator for STM32H7B3xxQ (e.g. STM32H7B3I-DK BSP)Karel Gardas1-0/+17
2022-04-05bsp/stm32h7: configure AHB clock divider for STM32H7B3xxQ (e.g. STM32H7B3I-DK...Karel Gardas1-0/+4
2022-04-05bsp/stm32h7: disable ethernet for STM32H7B3I-DK BSP variantKarel Gardas1-0/+4
2022-04-05bsp/stm32h7: add flash latency configurationKarel Gardas1-1/+1
2022-04-05bsp/stm32h7: add power supply configurationKarel Gardas1-1/+1
2021-11-29bsp_specs: Delete last remnants of these.Joel Sherrill1-0/+0
2021-07-20STM32H7 ethernet pin correctionsRobin Mueller1-1/+21
2021-04-26Implementation for STM32 HAL_GetTick using RTEMSRobin Mueller1-2/+2
2021-04-20Updated tick implementation for HAL_GetTickRobin Mueller1-1/+3
2021-04-01stm32h7: Add init for sdmmc pinsChristian Mauderer1-0/+88
2021-04-01stm32h7: Add SDMMC modules to clockChristian Mauderer1-2/+12
2021-01-28bsps: Replace bsp_specs with an empty fileSebastian Huber1-9/+0
2021-01-04bsp/stm32h7: Split start configurationSebastian Huber5-38/+166
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer2-118/+77
2020-10-27bsp/stm32h7: New BSPSebastian Huber10-0/+1765