File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ nano_33_iot.build.board=SAMD_NANO_33_IOT
249249nano_33_iot.build.core=arduino
250250nano_33_iot.build.extra_flags=-DCRYSTALLESS -D__SAMD21G18A__ {build.usb_flags}
251251nano_33_iot.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
252+ nano_33_iot.build.openocdoldscript=openocd_scripts/arduino_zero.cfg
252253nano_33_iot.build.openocdscript=openocd_scripts/openocd.cfg
253254nano_33_iot.build.variant=nano_33_iot
254255nano_33_iot.build.vid=0x2341
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ debug.server=openocd
138138debug.server.openocd.path={runtime.tools.openocd-0.10.0-arduino7.path}/bin/openocd
139139debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/share/openocd/scripts/
140140build.openocdinterface=interface/{programmer.protocol}.cfg
141+ debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdoldscript}
141142debug.server.openocd.scripts.0={build.openocdinterface}
142143debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
143144debug.svd_file={build.svd_file}
You can’t perform that action at this time.
0 commit comments