summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-15bsp/stm32h7: Exclude some testsSebastian Huber1-0/+2
2023-07-31arm/stm32h7: build and install files added by new HALKarel Gardas1-0/+20
2023-07-24bsps/stm32h7: Make UART7 pins configurableKinsey Moore3-0/+38
2023-07-20arm/stm32h7: Add support for STM32H750B-DKKinsey Moore13-1/+85
2023-06-29bsps/stm32h7: disable MPU alignment for M4-based BSP variantsKarel Gardas1-0/+4
2023-06-16build: Remove unused fileSebastian Huber1-6/+0
2023-05-20Update company nameSebastian Huber51-51/+51
2023-03-16spec: add MPU CTRL option to be usable on ARMV7M based BSPsKarel Gardas1-0/+2
2023-02-12bsps/stm32h7: fix compilation failure of stm32h757i-eval-m4 BSPKarel Gardas1-1/+4
2023-02-05bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas2-1/+9
2023-01-17build: Use enabled by for defaultsSebastian Huber44-177/+205
2023-01-17build: Replace variant patterns with a listSebastian Huber19-42/+42
2023-01-17build: Format build itemsSebastian Huber50-278/+279
2023-01-17build: Add reason to test state definitionsSebastian Huber1-3/+6
2022-08-22spec/bsps: Do not install tm27.hChris Johns1-1/+0
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
2022-06-24bsp/stm32h7: Exclude some testsSebastian Huber1-0/+2
2022-06-10bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSPKarel Gardas1-1/+0
2022-06-10bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas7-0/+7
2022-06-02bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSPKarel Gardas1-0/+1
2022-06-02bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSPKarel Gardas1-0/+1
2022-06-02bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3Karel Gardas1-1/+4
2022-06-02bsps/stm32h7: add stm32h747i-disco-m4 BSP variantKarel Gardas20-0/+43
2022-06-01bsps/stm32h7: set default SDRAM x sizes on stm32h747i-disco BSPKarel Gardas2-0/+2
2022-06-01bsps/stm32h7: disable all unsupported U(S)ARTs on stm32h747i-disco BSPKarel Gardas7-0/+7
2022-06-01bsps/stm32h7: add configuration and enable build of stm32h747i-disco BSPKarel Gardas8-0/+33
2022-06-01bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval-m4 BSPKarel Gardas2-0/+2
2022-06-01bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval-m4 BSPKarel Gardas9-0/+9
2022-06-01bsps/stm32h7: add configuration and enable build of stm32h757i-eval-m4 BSPKarel Gardas11-3/+66
2022-06-01bsps/stm32h7: move cache implementation from obj to BSPs own yml fileKarel Gardas5-1/+4
2022-05-27bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSPKarel Gardas2-1/+5
2022-05-27bsps/stm32h7: provide linkcmds for SRAM, FLASH_SDRAM and SRAM_SDRAM linkingKarel Gardas5-2/+156
2022-05-27bsps/stm32h7: add and enable test set exclusion for stm32h757i-eval BSPKarel Gardas2-0/+21
2022-05-27bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval BSPKarel Gardas9-2/+16
2022-05-27bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSPKarel Gardas7-0/+54
2022-05-16bsp/stm32h7: copy system files to nucleo-h743zi board directoryKarel Gardas1-5/+5
2022-05-16bsp/stm32h7: copy system files to stm32h743i-eval board directoryKarel Gardas1-5/+5
2022-05-16bsp/stm32h7: copy system files to stm32h7b3i-dk board directoryKarel Gardas1-5/+5
2022-05-16bsp/stm32h7: move compilation of system files to BSPs spec. filesKarel Gardas4-8/+18
2022-04-06bsp/stm32h7: Disable some tests for a variantSebastian Huber1-0/+2
2022-04-06bsps/stm32h7: link to flash on STM32H7B3I-DKKarel Gardas1-1/+4
2022-04-05bsp/stm32h7: use appropriate STM32H7B3xxQ define for STM32H7B3I-DK BSP variantKarel Gardas1-1/+4
2022-04-05bsp/stm32h7: configure S(D)RAM values for STM32H7B3I-DK BSP variantKarel Gardas6-6/+24
2022-04-05bsp/stm32h7: HSE clock value configuration for STM32H7B3I-DK BSP variantKarel Gardas1-0/+3
2022-04-05bsp/stm32h7: add flash latency configurationKarel Gardas2-0/+21
2022-04-05bsp/stm32h7: add configuration for USART1 GPIO pins, registers and alternate ...Karel Gardas4-0/+63
2022-04-05bsp/stm32h7: disable UART 5, 7, 8, 9 and USART 3, 6, 10 for STM32H7B3I-DK BSPKarel Gardas7-7/+28
2022-04-05bsp/stm32h7: add power supply configurationKarel Gardas2-0/+21
2022-04-05bsp/stm32h7: add spec file for the STM32H7B3I-DK BSP variantKarel Gardas1-0/+17
2022-01-15bsps: Default to CPU counter benchmark timerSebastian Huber1-1/+1