File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ tools.bossacI.upload.network_pattern="{network_cmd}" -address {serial.port} -por
173
173
# OpenOCD sketch upload
174
174
#
175
175
176
- tools.openocd.path={runtime.tools.openocd-0.10 .0-arduino7 .path}
176
+ tools.openocd.path={runtime.tools.openocd-0.11 .0-arduino2 .path}
177
177
tools.openocd.cmd=bin/openocd
178
178
tools.openocd.cmd.windows=bin/openocd.exe
179
179
@@ -202,7 +202,7 @@ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/
202
202
# FIXME: this programmer is a workaround for default options being overwritten by uploadUsingPreferences
203
203
#
204
204
205
- tools.openocd-withbootsize.path={runtime.tools.openocd-0.10 .0-arduino7 .path}
205
+ tools.openocd-withbootsize.path={runtime.tools.openocd-0.11 .0-arduino2 .path}
206
206
tools.openocd-withbootsize.cmd=bin/openocd
207
207
tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
208
208
@@ -234,8 +234,8 @@ debug.toolchain.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
234
234
debug.toolchain.prefix=arm-none-eabi-
235
235
236
236
debug.server=openocd
237
- debug.server.openocd.path={runtime.tools.openocd.path}/bin/openocd
238
- debug.server.openocd.scripts_dir={runtime.tools.openocd.path}/share/openocd/scripts/
237
+ debug.server.openocd.path={runtime.tools.openocd-0.11.0-arduino2 .path}/bin/openocd
238
+ debug.server.openocd.scripts_dir={runtime.tools.openocd-0.11.0-arduino2 .path}/share/openocd/scripts/
239
239
debug.server.openocd.script={runtime.platform.path}/{build.openocdscript}
240
240
241
241
# JLinkServer is not supported by arduino-cli yet
You can’t perform that action at this time.
0 commit comments