We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c52d47c + 0fed51a commit 1507096Copy full SHA for 1507096
‎Makefile‎
@@ -395,9 +395,9 @@ ccache_postbuild:
395
@ccache -s -v
396
397
flash:
398
- openocd -f interface/stlink.cfg -c 'transport select hla_swd' -f target/stm32f7x.cfg -c 'program $(BIN_PATH) 0x08000000' -c exit
+ openocd -f interface/stlink.cfg -f target/stm32f7x.cfg -c 'program $(BIN_PATH) 0x08000000' -c exit
399
sleep 1
400
@$(MAKE) reset
401
402
reset:
403
- openocd -f interface/stlink.cfg -c 'transport select hla_swd' -f target/stm32f7x.cfg -c init -c 'reset run' -c exit
+ openocd -f interface/stlink.cfg -f target/stm32f7x.cfg -c init -c 'reset run' -c exit
0 commit comments