Skip to content

Commit 1507096

Browse files
committed
🔀️ Merge branch 'hugo/feature/Update-Makefile-build-commands' into develop
2 parents c52d47c + 0fed51a commit 1507096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ ccache_postbuild:
395395
@ccache -s -v
396396

397397
flash:
398-
openocd -f interface/stlink.cfg -c 'transport select hla_swd' -f target/stm32f7x.cfg -c 'program $(BIN_PATH) 0x08000000' -c exit
398+
openocd -f interface/stlink.cfg -f target/stm32f7x.cfg -c 'program $(BIN_PATH) 0x08000000' -c exit
399399
sleep 1
400400
@$(MAKE) reset
401401

402402
reset:
403-
openocd -f interface/stlink.cfg -c 'transport select hla_swd' -f target/stm32f7x.cfg -c init -c 'reset run' -c exit
403+
openocd -f interface/stlink.cfg -f target/stm32f7x.cfg -c init -c 'reset run' -c exit

0 commit comments

Comments
 (0)