summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-06-03 11:41:52 +0200
committerKarel Gardas <karel@functional.vision>2022-06-10 11:17:17 +0200
commite5e1c00491c70134926220f944ea46466a9f44f0 (patch)
tree3df4f0af44cff6ea12d9d7b110178cfd01de21c8 /spec
parentbsps/arm: fix installation of core_cm4.h (diff)
downloadrtems-e5e1c00491c70134926220f944ea46466a9f44f0.tar.bz2
bsps/stm32h7: move BSP start hooks into boards subdirectories
The idea here is to prepare for better per-board specialization of the hooks function code. Sponsored-By: Precidata
Diffstat (limited to 'spec')
-rw-r--r--spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h7.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h747i-disco-m4.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h757i-eval-m4.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml1
7 files changed, 7 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
index 9a3e556eda..f36c93a8ae 100644
--- a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
+++ b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
@@ -14,6 +14,7 @@ links:
- role: build-dependency
uid: grp
source:
+- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-clk.c
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-per.c
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
index 52d47295d9..fe0451850d 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
@@ -14,6 +14,7 @@ links:
- role: build-dependency
uid: grp
source:
+- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-bspstarthooks.c
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-clk.c
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-per.c
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco-m4.yml b/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco-m4.yml
index 6356ccf942..27b8c34db2 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco-m4.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco-m4.yml
@@ -16,6 +16,7 @@ links:
- role: build-dependency
uid: tststm32h757i-eval
source:
+- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-bspstarthooks.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-clk.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-per.c
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml b/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml
index dcd5216391..8b13d16844 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h747i-disco.yml
@@ -16,6 +16,7 @@ links:
- role: build-dependency
uid: tststm32h757i-eval
source:
+- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-bspstarthooks.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-clk.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/stm32h747i-disco/stm32h7-config-per.c
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval-m4.yml b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval-m4.yml
index 4850396281..5e9819a308 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval-m4.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval-m4.yml
@@ -16,6 +16,7 @@ links:
- role: build-dependency
uid: tststm32h757i-eval
source:
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-bspstarthooks.c
- 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
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
index c8a4df954a..5d7ee1348d 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
@@ -16,6 +16,7 @@ links:
- role: build-dependency
uid: tststm32h757i-eval
source:
+- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-bspstarthooks.c
- 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
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
index 907c107a33..20f5cb9a72 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
@@ -16,6 +16,7 @@ links:
- role: build-dependency
uid: ../../tstsmallmem
source:
+- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/stm32h7-bspstarthooks.c
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/stm32h7-config-clk.c
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/stm32h7-config-per.c