summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* aarch64/versal: Support DDRMC0 region 0 and 1Chris Johns2022-07-281-5/+43
* build: Move RISCV_MAXIMUM_EXTERNAL_INTERRUPTSSebastian Huber2022-07-264-19/+3
* bsps/microblaze: Fix build option definition orderAlex White2022-07-253-4/+2
* bsps/riscv: Sort .noinit* sectionsSebastian Huber2022-07-201-1/+1
* irq/arm-gicv3.h: Customize CPU Interface initSebastian Huber2022-07-1218-6/+171
* bsps/aarch64: Use MMU pages appropriatelyKinsey Moore2022-07-064-12/+12
* build: Add RTEMS_GCOV_COVERAGE optionSebastian Huber2022-07-041-1/+1
* build: Allow separate optimization flagsSebastian Huber2022-07-0410-15/+84
* build: Fix optimization flags definition orderSebastian Huber2022-07-0464-128/+128
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-0453-1/+160
* build: Move BSP_INCLUDES splitSebastian Huber2022-07-041-0/+1
* bsp/stm32h7: Exclude some testsSebastian Huber2022-06-241-0/+2
* bsp/rtl22xx: Exclude exit03Sebastian Huber2022-06-241-0/+1
* tstsmallmem: Exclude exit03 and tftpfsSebastian Huber2022-06-241-0/+2
* bsps/versal: Support a 64bit RAM baseChris Johns2022-06-161-1/+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-0613-52/+0
* bsps: Add <dev/irq/arm-gicv3.h>Sebastian Huber2022-04-062-0/+2
* unit: Add a unit test suiteSebastian 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