Skip to content

Commit 73623ec

Browse files
aethanielcmaglie
authored andcommitted
adding missing line in GDB script
Signed-off-by: Thibaut VIARD <[email protected]>
1 parent 1d2acee commit 73623ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/arduino_zero/debug_scripts/variant.gdb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ break main
2727

2828
# End of 'reset' command
2929
end
30+
31+
target remote | openocd -c "interface cmsis-dap" -c "set CHIPNAME at91samd21g18" -f target/at91samdXX.cfg -c "gdb_port pipe; log_output openocd.log"

0 commit comments

Comments
 (0)