summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/stm32h7: add modification notice required by Apache License 2.0Karel Gardas2023-07-311-0/+3
* bsps/stm32h7: fix compilation issue after HAL updateKarel Gardas2023-07-311-0/+3
* bsp/stm32h7: Add and use BSP Doxygen groupKarel Gardas2023-07-31232-0/+3729
* bsps/stm32h7: workaround compilation issue with libbsdKarel Gardas2023-07-311-0/+7
* bsps/stm32h7: disable ETH_UpdateDescriptor as unused functionKarel Gardas2023-07-311-0/+2
* bsps/stm32h7: recreate stm32h7xx_hal_conf.hKarel Gardas2023-07-311-138/+157
* bsps/stm32h7: Add init for sdmmc pinsKarel Gardas2023-07-311-0/+2
* bsp/stm32h7: Enable LL driversKarel Gardas2023-07-3150-91/+91
* bsp/stm32h7: Disable unused functionsKarel Gardas2023-07-315-0/+28
* bsps/stm32h7: update STM32 H7 HALKarel Gardas2023-07-31285-31270/+264949
* bsps/stm32h7: Make UART7 pins configurableKinsey Moore2023-07-241-2/+2
* arm/stm32h7: Add support for STM32H750B-DKKinsey Moore2023-07-203-2/+570
* Update company nameSebastian Huber2023-05-2052-52/+52
* score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas2023-03-165-5/+5
* bsps/stm32h7: fix propagation of configured HSE freq. value into the codeKarel Gardas2023-03-105-0/+22
* bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas2023-02-052-0/+18
* bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driverKarel Gardas2023-02-054-0/+1607
* bsps/stm32h7: import MT25TL01G QSPI memory low-level driverKarel Gardas2023-02-053-0/+1476
* 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