aboutsummaryrefslogtreecommitdiff
path: root/Debug/openocd.gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'Debug/openocd.gdbinit')
-rw-r--r--Debug/openocd.gdbinit7
1 files changed, 7 insertions, 0 deletions
diff --git a/Debug/openocd.gdbinit b/Debug/openocd.gdbinit
new file mode 100644
index 000000000..4d2dc4c86
--- /dev/null
+++ b/Debug/openocd.gdbinit
@@ -0,0 +1,7 @@
+target remote :3333
+mon reset halt
+mon poll
+mon cortex_m maskisr auto
+set mem inaccessible-by-default off
+set print pretty
+source Debug/PX4 \ No newline at end of file