summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/stm32h7: Exclude some testsSebastian Huber2022-06-241-0/+2
* bsp/rtl22xx: Exclude exit03Sebastian Huber2022-06-241-0/+1
* bsps/atsam: Fix type of options (part 2)Christian Mauderer2022-06-142-2/+4
* 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/arm: fix installation of core_cm4.hKarel Gardas2022-06-101-0/+1
* bsps/imx: Enable clock of ETH2Christian Mauderer2022-06-091-0/+1
* bsps/atsam: Fix type of optionsChristian Mauderer2022-06-072-4/+4
* 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
* build: Remove obsolete test excludesSebastian Huber2022-04-0611-45/+0
* bsps: Add <dev/irq/arm-gicv3.h>Sebastian Huber2022-04-061-0/+1
* 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
* validation: Add test suitesSebastian Huber2022-03-242-0/+2
* bsp/fvp: Use only vector table of start sectionSebastian Huber2022-03-111-0/+2
* bsps: Default to CPU counter benchmark timerSebastian Huber2022-01-1512-12/+12
* bsp/imx7: dl06 fails expectedlySebastian Huber2022-01-141-0/+2
* bsps/arm: Add missing Cache Manager source fileSebastian Huber2021-12-132-0/+2
* spec: Update location of cadence I2CKinsey Moore2021-12-091-2/+4
* libc: Optimize malloc() initializationSebastian Huber2021-11-303-0/+3
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-303-0/+3
* build: Use common objects item for get memorySebastian Huber2021-11-3033-21/+42
* bsp_specs: Delete last remnants of these.Joel Sherrill2021-11-291-3/+0