Skip to content
Snippets Groups Projects
Commit 91e54aa5 authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Lorenz Meier
Browse files

add .gdbinit as Debug/dot.gdbinit

very useful for JTAG debugging
parent a0235bd5
No related branches found
No related tags found
No related merge requests found
# copy the file to .gdbinit in your Firmware tree, and adjust the path
# below to match your system
# For example:
# target extended /dev/serial/by-id/usb-Black_Sphere_Technologies_Black_Magic_Probe_DDE5A1C4-if00
# target extended /dev/ttyACM4
monitor swdp_scan
attach 1
monitor vector_catch disable hard
set mem inaccessible-by-default off
set print pretty
source Debug/PX4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment