diff options
Diffstat (limited to 'ble/.gdbinit')
-rw-r--r-- | ble/.gdbinit | 6 |
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 |