[rtems commit] bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP

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


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

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

bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP

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



More information about the vc mailing list