]> mj.ucw.cz Git - home-hw.git/blob - semihosting
85a1f686a1d21e176b36147e9462d957dcbbe3cd
[home-hw.git] / 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'