summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-05-16 13:59:20 +0200
committerKarel Gardas <karel@functional.vision>2022-05-27 20:17:32 +0200
commit186c891182cc6258c82b938afc6ebe4a5585aa8a (patch)
tree974790294663e1d7c7940d466c34e0ca8970b232 /spec/build/bsps/arm
parentbsps/stm32h7: enable SDRAM 2 MPU region (diff)
downloadrtems-186c891182cc6258c82b938afc6ebe4a5585aa8a.tar.bz2
bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSP
This means: SDRAM 1: 0 SDRAM 2: 32 MB Sponsored-By: Precidata
Diffstat (limited to 'spec/build/bsps/arm')
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
index b748d7d3f7..4825a6446b 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
@@ -7,6 +7,7 @@ default-by-variant:
- value: 0
variants:
- arm/stm32h7b3i-dk
+ - arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
index 5a1ffdcace..dff8a772e4 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0
-default-by-variant: []
+default-by-variant:
+- value: 33554432
+ variants:
+ - arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []