We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7c8b2 commit d0175f1Copy full SHA for d0175f1
variants/nano_33_iot/debug_scripts/variant.gdb
@@ -28,4 +28,4 @@ break main
28
# End of 'reset' command
29
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"
+target extended-remote | openocd -c "adapter driver cmsis-dap" -c "set CHIPNAME at91samd21g18" -f target/at91samdXX.cfg -c "gdb_port pipe; log_output openocd.log"
0 commit comments