Skip to content

Commit 4a6e334

Browse files
committed
add svd
1 parent b788299 commit 4a6e334

File tree

3 files changed

+18538
-0
lines changed

3 files changed

+18538
-0
lines changed

boards.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ nano_33_iot.build.pid=0x8057
256256
nano_33_iot.bootloader.tool=openocd
257257
nano_33_iot.bootloader.tool.default=openocd
258258
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
259260

260261
# Arduino MKR FOX 1200
261262
# --------------------

platform.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/sh
140140
build.openocdinterface=interface/{programmer.protocol}.cfg
141141
debug.server.openocd.scripts.0={build.openocdinterface}
142142
debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
143+
debug.svd_file={build.svd_file}
143144

144145
# Upload/Debug tools
145146
# ------------------

0 commit comments

Comments
 (0)