We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debug.server.openocd.script
debug.server.openocd.scripts.0
1 parent 6c30f9c commit f6b9e0aCopy full SHA for f6b9e0a
platform.txt
@@ -137,9 +137,9 @@ debug.toolchain.prefix=arm-none-eabi-
137
debug.server=openocd
138
debug.server.openocd.path={runtime.tools.openocd-0.10.0-arduino7.path}/bin/openocd
139
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/share/openocd/scripts/
140
+debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
141
build.openocdinterface=interface/{programmer.protocol}.cfg
-debug.server.openocd.scripts.0={build.openocdinterface}
142
-debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
+debug.server.openocd.scripts.1={build.openocdinterface}
143
debug.svd_file={build.svd_file}
144
145
# Upload/Debug tools
0 commit comments