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