Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d24160a

Browse files
committedOct 13, 2023
[nano 33 iot] add svd file
1 parent c5a509c commit d24160a

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
# ------------------

‎svd/at91samd21g18.svd

Lines changed: 18536 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.