X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fsemihosting;h=85a1f686a1d21e176b36147e9462d957dcbbe3cd;hb=228f98a7bea12a3cc18aab18f50951d3256bc5fe;hp=2d60759160e8f74547729364a3690c1e3c4a576d;hpb=c0e48994ca36abc511eb7bdeb5859d9c0d8dda45;p=home-hw.git diff --git a/bin/semihosting b/bin/semihosting old mode 100644 new mode 100755 index 2d60759..85a1f68 --- a/bin/semihosting +++ b/bin/semihosting @@ -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'