[rtems commit] bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSP

Karel Gardas karel at rtems.org
Thu Jun 2 08:39:29 UTC 2022


Module:    rtems
Branch:    master
Commit:    c3ad1e3c2796c093da4d11ef1d02a362d9e29394
Changeset: http://git.rtems.org/rtems/commit/?id=c3ad1e3c2796c093da4d11ef1d02a362d9e29394

Author:    Karel Gardas <karel at functional.vision>
Date:      Wed Jun  1 22:12:56 2022 +0200

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

---

 spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 +
 1 file changed, 1 insertion(+)

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: []



More information about the vc mailing list