File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ nano_33_iot.build.pid=0x8057
257257nano_33_iot.bootloader.tool=openocd
258258nano_33_iot.bootloader.tool.default=openocd
259259nano_33_iot.bootloader.file=nano_33_iot/samd21_sam_ba_arduino_nano_33_iot.bin
260- nano_33_iot.build .svd_file={runtime.platform.path}/svd/at91samd21g18.svd
260+ nano_33_iot.debug .svd_file={runtime.platform.path}/svd/at91samd21g18.svd
261261
262262nano_33_iot.debug.cortex-debug.custom.postAttachCommands.0=set remote hardware-watchpoint-limit 2
263263nano_33_iot.debug.cortex-debug.custom.postAttachCommands.1=monitor reset halt
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ build.openocdinterface=interface/{programmer.protocol}.cfg
141141debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdoldscript}
142142debug.server.openocd.scripts.0={build.openocdinterface}
143143debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
144- debug.svd_file={build.svd_file}
145144
146145# Upload/Debug tools
147146# ------------------
You can’t perform that action at this time.
0 commit comments