summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-02-08 10:41:04 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-02-08 10:41:04 +0100
commit339351351d28e65224284aba20e43c270f3cf781 (patch)
treecd473841e1bb0f9d31e91e6269fddd79ea2c2f3b
parent590d33b282c1205f824b614725e9b0506b86804c (diff)
stm32f4: switch to non-deprecated stlink.cfg
-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 4a196a6..8ff7063 100644
--- a/src/arch/stm32f446re-nucleo/Makefile.inc
+++ b/src/arch/stm32f446re-nucleo/Makefile.inc
@@ -103,7 +103,7 @@ ext/libopencm3/lib/libopencm3_stm32f4.a: ext/libopencm3/Makefile
${MAKE} -C ext/libopencm3
program: build/system.elf
- openocd -c 'source [find interface/stlink-v2-1.cfg]' \
+ openocd -c 'source [find interface/stlink.cfg]' \
-c 'transport select hla_swd' -c 'source [find target/stm32f4x.cfg]' \
-c 'reset_config srst_only' -c '$$_TARGETNAME configure -rtos auto' \
-c 'reset_config connect_assert_srst' -c init -c targets \