Commit a1f1e4cc authored by Projects's avatar Projects

Added a script that starts remote target debugging using gdb.

parent 17c26174
sudo openocd -s ../common/openocd -f interface/stlink-v2-1.cfg -f init.cfg &
/opt/gcc-arm-none-eabi-4_8-2014q1/bin/arm-none-eabi-gdb -ex "target remote localhost:3333" exe/blink.out
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment