summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-06-01 22:12:56 +0200
committerKarel Gardas <karel@functional.vision>2022-06-02 10:44:30 +0200
commitc3ad1e3c2796c093da4d11ef1d02a362d9e29394 (patch)
tree4d2924fe7738c4e54755beb5eaaf99c61d55fbed
parentbsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP (diff)
downloadrtems-c3ad1e3c2796c093da4d11ef1d02a362d9e29394.tar.bz2
bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSP
Nucleo does not have any SDRAM, so 0 size is the only possible right choice here. Sponsored-By: Precidata
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
index ed5cf8737b..9a29e9f04f 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
@@ -11,6 +11,7 @@ default-by-variant:
- arm/stm32h757i-eval-m4
- arm/stm32h747i-disco
- arm/stm32h747i-disco-m4
+ - arm/nucleo-h743zi
enabled-by: true
format: '{:#010x}'
links: []