[PATCH 1/2] bsps/stm32h7: due to smaller SRAM and disabled SDRAM, let's link for flash by default
Karel Gardas
karel at functional.vision
Tue Apr 5 12:07:18 UTC 2022
---
spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
index d0bb033cef..18a1983f63 100644
--- a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
+++ b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: linkcmds.sdram
-default-by-variant: []
+default-by-variant:
+- value: linkcmds.flash
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{}'
links: []
--
2.25.1
More information about the devel
mailing list