[PATCH 2/3] bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP
Karel Gardas
karel at functional.vision
Wed Jun 1 20:21:26 UTC 2022
Nucleo does not have any SDRAM so default linkage to SDRAM does not make
any sense here.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
index 197b384d03..3103deef84 100644
--- a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
+++ b/spec/build/bsps/arm/stm32h7/optlinkcmds.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: '{}'
links: []
--
2.25.1
More information about the devel
mailing list