]> mj.ucw.cz Git - home-hw.git/blob - bin/semihosting
CR/LF -> LF
[home-hw.git] / bin / semihosting
1 #!/bin/bash
2 cd ~/stm/openocd
3 ./openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c 'arm semihosting enable' -c 'reset halt' -c 'reset run'