]> mj.ucw.cz Git - home-hw.git/blob - bin/semihosting
SSR: Re-generated code
[home-hw.git] / bin / semihosting
1 #!/bin/bash
2 cd ~/stm/openocd
3 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'