move source to folder; openocd.sh programs directly
parent
fedc108c8f
commit
7fbb94cb15
@ -1,3 +1,3 @@
|
||||
ChibiOS_*/
|
||||
build
|
||||
.dep
|
||||
.*
|
||||
|
@ -1 +1 @@
|
||||
sudo openocd -f /usr/local/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/local/share/openocd/scripts/target/stm32l0.cfg
|
||||
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"
|
||||
|
Loading…
Reference in New Issue