summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-28 15:25:52 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-28 15:25:52 +0200
commit8c0223fcff8c60e690e414a5334972090db97013 (patch)
treeefc302459ca50d31126a7f0174b1b88a7c37bdf2
parent3a66ae51c3f34108428e582ef693866d71496d16 (diff)
stm32f446re-nucleo: Fix missing -c switch in "make program"
-rw-r--r--src/arch/stm32f446re-nucleo/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/stm32f446re-nucleo/Makefile.inc b/src/arch/stm32f446re-nucleo/Makefile.inc
index 554c7a8..e5f4641 100644
--- a/src/arch/stm32f446re-nucleo/Makefile.inc
+++ b/src/arch/stm32f446re-nucleo/Makefile.inc
@@ -101,7 +101,7 @@ program: build/system.elf
-c 'reset_config srst_only' -c '$$_TARGETNAME configure -rtos auto' \
-c 'reset_config connect_assert_srst' -c init -c targets \
-c 'reset halt' -c 'flash write_image erase "build/system.elf" 0' \
- 'verify_image "build/system.elf" 0' -c 'reset run' -c 'shutdown'
+ -c 'verify_image "build/system.elf" 0' -c 'reset run' -c 'shutdown'
arch_clean:
${QUIET}rm -f ${OBJECTS}