aboutsummaryrefslogtreecommitdiffstats
path: root/openocd.sh
blob: 1ce7e72b09984232cfb136cb6f9d828ef4a6afa0 (plain)
1
openocd -f /usr/local/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/local/share/openocd/scripts/target/stm32l0.cfg -c "init; program build/ch.hex verify reset exit"