From c3ad1e3c2796c093da4d11ef1d02a362d9e29394 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Wed, 1 Jun 2022 22:12:56 +0200 Subject: 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: [] -- cgit v1.2.3