Skip to content

Commit bc76c89

Browse files
committed
explicit specify openocd 0.11.0-arduino2
1 parent df5b8c6 commit bc76c89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}
177177
tools.openocd.cmd=bin/openocd
178178
tools.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}
206206
tools.openocd-withbootsize.cmd=bin/openocd
207207
tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
208208

@@ -234,8 +234,8 @@ debug.toolchain.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
234234
debug.toolchain.prefix=arm-none-eabi-
235235

236236
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/
239239
debug.server.openocd.script={runtime.platform.path}/{build.openocdscript}
240240

241241
# JLinkServer is not supported by arduino-cli yet

0 commit comments

Comments
 (0)