File tree 3 files changed +18538
-0
lines changed
3 files changed +18538
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ nano_33_iot.build.pid=0x8057
256
256
nano_33_iot.bootloader.tool=openocd
257
257
nano_33_iot.bootloader.tool.default=openocd
258
258
nano_33_iot.bootloader.file=nano_33_iot/samd21_sam_ba_arduino_nano_33_iot.bin
259
+ nano_33_iot.build.svd_file={runtime.platform.path}/svd/at91samd21g18.svd
259
260
260
261
# Arduino MKR FOX 1200
261
262
# --------------------
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/sh
140
140
build.openocdinterface=interface/{programmer.protocol}.cfg
141
141
debug.server.openocd.scripts.0={build.openocdinterface}
142
142
debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
143
+ debug.svd_file={build.svd_file}
143
144
144
145
# Upload/Debug tools
145
146
# ------------------
You can’t perform that action at this time.
0 commit comments