]> mj.ucw.cz Git - home-hw.git/blobdiff - bin/semihosting
test-blink: Switch back to DFU boot-loader
[home-hw.git] / bin / semihosting
old mode 100644 (file)
new mode 100755 (executable)
index 2d60759..85a1f68
@@ -1,3 +1,3 @@
 #!/bin/bash
 cd ~/stm/openocd
-./openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c 'arm semihosting enable' -c 'reset halt' -c 'reset run'
+src/openocd -s tcl -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c 'arm semihosting enable' -c 'reset halt' -c 'reset run'