Skip to content

Commit

Permalink
reintroduce debug.server.openocd.script and remove `debug.server.op…
Browse files Browse the repository at this point in the history
…enocd.scripts.0`

this is to keep backward compatibility between old cli versions and updated platform
  • Loading branch information
umbynos committed Oct 12, 2023
1 parent 6c30f9c commit f6b9e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ debug.toolchain.prefix=arm-none-eabi-
debug.server=openocd
debug.server.openocd.path={runtime.tools.openocd-0.10.0-arduino7.path}/bin/openocd
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/share/openocd/scripts/
debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
build.openocdinterface=interface/{programmer.protocol}.cfg
debug.server.openocd.scripts.0={build.openocdinterface}
debug.server.openocd.scripts.1={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
debug.server.openocd.scripts.1={build.openocdinterface}
debug.svd_file={build.svd_file}

# Upload/Debug tools
Expand Down

0 comments on commit f6b9e0a

Please sign in to comment.