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
173173# OpenOCD sketch upload
174174#
175175
176- tools.openocd.path={runtime.tools.openocd-0.10 .0-arduino7 .path}
176+ tools.openocd.path={runtime.tools.openocd-0.11 .0-arduino2 .path}
177177tools.openocd.cmd=bin/openocd
178178tools.openocd.cmd.windows=bin/openocd.exe
179179
@@ -202,7 +202,7 @@ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/
202202# FIXME: this programmer is a workaround for default options being overwritten by uploadUsingPreferences
203203#
204204
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}
206206tools.openocd-withbootsize.cmd=bin/openocd
207207tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
208208
@@ -234,8 +234,8 @@ debug.toolchain.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
234234debug.toolchain.prefix=arm-none-eabi-
235235
236236debug.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/
239239debug.server.openocd.script={runtime.platform.path}/{build.openocdscript}
240240
241241# JLinkServer is not supported by arduino-cli yet
You can’t perform that action at this time.
0 commit comments