mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Add startup script for gdb for openpilot board
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@597 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
5275b794a0
commit
0826af11e5
4
flight/Project/gdb/openpilot
Normal file
4
flight/Project/gdb/openpilot
Normal file
@ -0,0 +1,4 @@
|
||||
target remote localhost:3333
|
||||
monitor reset halt
|
||||
monitor cortex_m3 vector_catch all
|
||||
file ./build/openpilot/OpenPilot.elf
|
Loading…
Reference in New Issue
Block a user