File tree 2 files changed +1
-2
lines changed
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
257
257
nano_33_iot.bootloader.tool=openocd
258
258
nano_33_iot.bootloader.tool.default=openocd
259
259
nano_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
261
261
262
262
nano_33_iot.debug.cortex-debug.custom.postAttachCommands.0=set remote hardware-watchpoint-limit 2
263
263
nano_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
141
141
debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdoldscript}
142
142
debug.server.openocd.scripts.0={build.openocdinterface}
143
143
debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
144
- debug.svd_file={build.svd_file}
145
144
146
145
# Upload/Debug tools
147
146
# ------------------
You can’t perform that action at this time.
0 commit comments