Skip to content

Commit 78078e0

Browse files
authored
Merge pull request #224 from per1234/tools.openocd.path-fix
Correct OpenOCD version in tools.openocd.path definition
2 parents 3bee43c + 7b5b545 commit 78078e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port
148148
# OpenOCD sketch upload
149149
#
150150

151-
tools.openocd.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
151+
tools.openocd.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
152152
tools.openocd.cmd=bin/openocd
153153
tools.openocd.cmd.windows=bin/openocd.exe
154154

@@ -177,7 +177,7 @@ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/
177177
# FIXME: this programmer is a workaround for default options being overwritten by uploadUsingPreferences
178178
#
179179

180-
tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
180+
tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
181181
tools.openocd-withbootsize.cmd=bin/openocd
182182
tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
183183

0 commit comments

Comments
 (0)