[rtems commit] bsps/stm32h7: link to flash on STM32H7B3I-DK

Sebastian Huber sebh at rtems.org
Wed Apr 6 06:07:31 UTC 2022


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

Author:    Karel Gardas <karel at functional.vision>
Date:      Tue Apr  5 14:16:07 2022 +0200

bsps/stm32h7: link to flash on STM32H7B3I-DK

The patch is needed due to smaller SRAM and completely disabled
SDRAM on the BSP variant.

---

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



More information about the vc mailing list