summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/stm32h7: Exclude some testsSebastian Huber2023-09-151-0/+2
* arm/stm32h7: build and install files added by new HALKarel Gardas2023-07-311-0/+20
* bsps/stm32h7: Make UART7 pins configurableKinsey Moore2023-07-243-0/+38
* arm/stm32h7: Add support for STM32H750B-DKKinsey Moore2023-07-2013-1/+85
* bsps/stm32h7: disable MPU alignment for M4-based BSP variantsKarel Gardas2023-06-291-0/+4
* build: Remove unused fileSebastian Huber2023-06-161-6/+0
* Update company nameSebastian Huber2023-05-2051-51/+51
* spec: add MPU CTRL option to be usable on ARMV7M based BSPsKarel Gardas2023-03-161-0/+2
* bsps/stm32h7: fix compilation failure of stm32h757i-eval-m4 BSPKarel Gardas2023-02-121-1/+4
* bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas2023-02-052-1/+9
* build: Use enabled by for defaultsSebastian Huber2023-01-1744-177/+205
* build: Replace variant patterns with a listSebastian Huber2023-01-1719-42/+42
* build: Format build itemsSebastian Huber2023-01-1750-278/+279
* build: Add reason to test state definitionsSebastian Huber2023-01-171-3/+6
* spec/bsps: Do not install tm27.hChris Johns2022-08-221-1/+0
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
* bsp/stm32h7: Exclude some testsSebastian Huber2022-06-241-0/+2
* bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSPKarel Gardas2022-06-101-1/+0
* bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas2022-06-107-0/+7
* bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSPKarel Gardas2022-06-021-0/+1
* bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSPKarel Gardas2022-06-021-0/+1
* bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3Karel Gardas2022-06-021-1/+4
* bsps/stm32h7: add stm32h747i-disco-m4 BSP variantKarel Gardas2022-06-0220-0/+43
* bsps/stm32h7: set default SDRAM x sizes on stm32h747i-disco BSPKarel Gardas2022-06-012-0/+2
* bsps/stm32h7: disable all unsupported U(S)ARTs on stm32h747i-disco BSPKarel Gardas2022-06-017-0/+7
* bsps/stm32h7: add configuration and enable build of stm32h747i-disco BSPKarel Gardas2022-06-018-0/+33
* bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval-m4 BSPKarel Gardas2022-06-012-0/+2
* bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval-m4 BSPKarel Gardas2022-06-019-0/+9
* bsps/stm32h7: add configuration and enable build of stm32h757i-eval-m4 BSPKarel Gardas2022-06-0111-3/+66
* bsps/stm32h7: move cache implementation from obj to BSPs own yml fileKarel Gardas2022-06-015-1/+4
* bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSPKarel Gardas2022-05-272-1/+5
* bsps/stm32h7: provide linkcmds for SRAM, FLASH_SDRAM and SRAM_SDRAM linkingKarel Gardas2022-05-275-2/+156
* bsps/stm32h7: add and enable test set exclusion for stm32h757i-eval BSPKarel Gardas2022-05-272-0/+21
* bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval BSPKarel Gardas2022-05-279-2/+16
* bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSPKarel Gardas2022-05-277-0/+54
* bsp/stm32h7: copy system files to nucleo-h743zi board directoryKarel Gardas2022-05-161-5/+5
* bsp/stm32h7: copy system files to stm32h743i-eval board directoryKarel Gardas2022-05-161-5/+5
* bsp/stm32h7: copy system files to stm32h7b3i-dk board directoryKarel Gardas2022-05-161-5/+5
* bsp/stm32h7: move compilation of system files to BSPs spec. filesKarel Gardas2022-05-164-8/+18
* bsp/stm32h7: Disable some tests for a variantSebastian Huber2022-04-061-0/+2
* bsps/stm32h7: link to flash on STM32H7B3I-DKKarel Gardas2022-04-061-1/+4
* bsp/stm32h7: use appropriate STM32H7B3xxQ define for STM32H7B3I-DK BSP variantKarel Gardas2022-04-051-1/+4
* bsp/stm32h7: configure S(D)RAM values for STM32H7B3I-DK BSP variantKarel Gardas2022-04-056-6/+24
* bsp/stm32h7: HSE clock value configuration for STM32H7B3I-DK BSP variantKarel Gardas2022-04-051-0/+3
* bsp/stm32h7: add flash latency configurationKarel Gardas2022-04-052-0/+21
* bsp/stm32h7: add configuration for USART1 GPIO pins, registers and alternate ...Karel Gardas2022-04-054-0/+63
* bsp/stm32h7: disable UART 5, 7, 8, 9 and USART 3, 6, 10 for STM32H7B3I-DK BSPKarel Gardas2022-04-057-7/+28
* bsp/stm32h7: add power supply configurationKarel Gardas2022-04-052-0/+21
* bsp/stm32h7: add spec file for the STM32H7B3I-DK BSP variantKarel Gardas2022-04-051-0/+17
* bsps: Default to CPU counter benchmark timerSebastian Huber2022-01-151-1/+1