summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSPKarel Gardas2022-06-102-479/+0
* bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas2022-06-107-44/+400
* bsps/stm32h7: add board C files for stm32h747i-disco BSPKarel Gardas2022-06-014-0/+736
* bsps/stm32h7: include CMSIS Cortex-M4 header when required by configurationKarel Gardas2022-06-011-0/+7
* bsps/stm32h7: enable cache and MPU only on Cortex-M7Karel Gardas2022-06-011-0/+4
* bsps/stm32h7: enable SDRAM 2 MPU regionKarel Gardas2022-05-271-0/+7
* bsps/stm32h7: add board C files for stm32h757i-eval BSPKarel Gardas2022-05-274-0/+976
* bsp/stm32h7: remove system files from start directoryKarel Gardas2022-05-164-575/+0
* bsp/stm32h7: copy system files to nucleo-h743zi board directoryKarel Gardas2022-05-165-0/+1053
* bsp/stm32h7: copy system files to stm32h743i-eval board directoryKarel Gardas2022-05-165-0/+1053
* bsp/stm32h7: remove stm32h7b3i-dk related changes from start system filesKarel Gardas2022-05-164-82/+7
* bsp/stm32h7: update stm32h7b3i-dk board system_stm32h7xx.c fileKarel Gardas2022-05-161-115/+25
* bsp/stm32h7: cleanup osc, clk, per files for stm32h7b3i-dk boardKarel Gardas2022-05-163-54/+0
* bsp/stm32h7: copy system files to stm32h7b3i-dk board directoryKarel Gardas2022-05-165-0/+1128
* bsp/stm32h7: update FMC configuration for SRAM and SDRAM usageKarel Gardas2022-04-071-9/+14
* bsp/stm32h7: Convert to UNIX line endingsSebastian Huber2022-04-05263-708277/+708277
* bsp/stm32h7: bring all required changes into system_stm32h7xx for STM32H7B3I-...Karel Gardas2022-04-051-7/+44
* bsp/stm32h7: properly ifdef all unsupported features in start -hal file while...Karel Gardas2022-04-051-0/+20
* bsp/stm32h7: configure peripheral clocks for STM32H7B3xxQ (e.g. STM32H7B3I-DK...Karel Gardas2022-04-051-0/+17
* bsp/stm32h7: configure oscillator for STM32H7B3xxQ (e.g. STM32H7B3I-DK BSP)Karel Gardas2022-04-051-0/+17
* bsp/stm32h7: configure AHB clock divider for STM32H7B3xxQ (e.g. STM32H7B3I-DK...Karel Gardas2022-04-051-0/+4
* bsp/stm32h7: disable ethernet for STM32H7B3I-DK BSP variantKarel Gardas2022-04-051-0/+4
* bsp/stm32h7: add flash latency configurationKarel Gardas2022-04-051-1/+1
* bsp/stm32h7: add configuration for USART1 GPIO pins, registers and alternate ...Karel Gardas2022-04-051-3/+5
* bsp/stm32h7: add power supply configurationKarel Gardas2022-04-051-1/+1
* bsp_specs: Delete last remnants of these.Joel Sherrill2021-11-291-0/+0
* STM32H7 ethernet pin correctionsRobin Mueller2021-07-201-1/+21
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber2021-06-241-1/+0
* bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-241-0/+1
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber2021-06-241-2/+0
* Implementation for STM32 HAL_GetTick using RTEMSRobin Mueller2021-04-261-2/+2
* Updated tick implementation for HAL_GetTickRobin Mueller2021-04-201-1/+3
* arm/stm32h7: Add STM32H7_USART3_GPIO_*Sebastian Huber2021-04-061-2/+4
* arm/stm32h7: Add STM32H7_HSE_FREQUENCYSebastian Huber2021-04-061-0/+5
* stm32h7: Add init for sdmmc pinsChristian Mauderer2021-04-012-0/+90
* stm32h7: Add SDMMC modules to clockChristian Mauderer2021-04-012-3/+15
* bsps: Replace bsp_specs with an empty fileSebastian Huber2021-01-281-9/+0
* bsp/stm32h7: Split console configurationSebastian Huber2021-01-0421-150/+498
* bsp/stm32h7: Split start configurationSebastian Huber2021-01-045-38/+166
* bsp/stm32h7: Add and use BSP Doxygen groupSebastian Huber2020-11-26216-0/+3517
* cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer2020-11-203-118/+121
* bsp/stm32h7: New BSPSebastian Huber2020-10-2731-0/+3670
* bsp/stm32h7: Fix warningsSebastian Huber2020-10-272-15/+15
* bsp/stm32h7: Disable unused functionsSebastian Huber2020-10-275-0/+28
* bsp/stm32h7: Enable LL driversSebastian Huber2020-10-2746-88/+88
* bsp/stm32h7: Move <math.h> includeSebastian Huber2020-10-273-1/+2
* bsp/stm32h7: Constify some functionsSebastian Huber2020-10-276-12/+12
* bsp/stm32h7: Import from STM32CubeMX-5.6.0Sebastian Huber2020-10-27259-0/+706411