summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-05-16 13:01:39 +0200
committerKarel Gardas <karel@functional.vision>2022-05-27 20:17:32 +0200
commit124912445c7585d1ff5e9aea11210dac4fbbbd91 (patch)
treed532480ae564922adca8a6e55e9286535eb080fd /spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
parentbsps/stm32h7: add board C files for stm32h757i-eval BSP (diff)
downloadrtems-124912445c7585d1ff5e9aea11210dac4fbbbd91.tar.bz2
bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSP
This is minimalist configuration for the stm32h757i-eval BSP provided here. The only general enhancement worth mention is boot core configuration which is needed here as this is the first dual-core board supported by stm32h7 BSP family and we need to choose boot core in order to get C files compiling well. Sponsored-By: Precidata
Diffstat (limited to 'spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml')
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
new file mode 100644
index 0000000000..4ef5690a65
--- /dev/null
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
@@ -0,0 +1,21 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+arch: arm
+bsp: stm32h757i-eval
+build-type: bsp
+cflags: []
+copyrights:
+- Copyright (C) 2022 Karel Gardas <karel@functional.vision>
+cppflags: []
+enabled-by: true
+family: stm32h7
+includes: []
+install: []
+links:
+- role: build-dependency
+ uid: grp
+source:
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-config-clk.c
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-config-osc.c
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-config-per.c
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
+type: build