script to start the debugger on Linux

This commit is contained in:
philsson 2018-08-25 11:38:21 +02:00
parent cece827795
commit 1606e32ebd

2
startOpenOCD.sh Normal file
View File

@ -0,0 +1,2 @@
"/usr/bin/openocd" -f /usr/share/openocd/scripts/board/st_nucleo_f4.cfg -f /usr/share/openocd/scripts/interface/stlink-v2-1.cfg -c init -c "reset init"