summaryrefslogtreecommitdiffstats
path: root/ble/.gdbinit
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-12 12:07:21 -0400
committerBrian Cully <bjc@kublai.com>2019-08-13 15:33:38 -0400
commitb3e48318159257db6233671f66667c5358f27267 (patch)
tree72e4103919e60bdd7db1268422d0ee0de455daf5 /ble/.gdbinit
parent9cf9bb05f460a830384c211fa3ed94580de755df (diff)
downloadbleusb-b3e48318159257db6233671f66667c5358f27267.tar.gz
bleusb-b3e48318159257db6233671f66667c5358f27267.zip
Get RTC logger working.
Diffstat (limited to 'ble/.gdbinit')
-rw-r--r--ble/.gdbinit6
1 files changed, 2 insertions, 4 deletions
diff --git a/ble/.gdbinit b/ble/.gdbinit
index a32f910..c276c1a 100644
--- a/ble/.gdbinit
+++ b/ble/.gdbinit
@@ -7,7 +7,5 @@ set print asm-demangle on
#target extended-remote :3333
target remote :3333
#monitor flash breakpoints 1
-#monitor semihosting enable
-#monitor semihosting IOClient 3
-monitor reset
-load
+monitor arm semihosting enable
+#monitor arm semihosting IOClient 3