Skip to content

Commit 178dae4

Browse files
committed
fixing openocd upload command line
1 parent d2cc924 commit 178dae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ tools.openocd.path={runtime.ide.path}/hardware/tools/OpenOCD-0.9.0-dev-arduino
106106

107107
tools.openocd.upload.params.verbose=-d3
108108
tools.openocd.upload.params.quiet=-d0
109-
tools.openocd.upload.pattern="{path}/{cmd}" {upload.verbose} -s "{{{path}/share/openocd/scripts/}}" -f "../../../../../arduino/samd/variants/{build.variant}/{build.openocdscript}" -c "program {{{build.path}/{build.project_name}.elf}} verify reset"
109+
tools.openocd.upload.pattern="{path}/{cmd}" {upload.verbose} -s "{path}/share/openocd/scripts/" -f "../../../../../arduino/samd/variants/{build.variant}/{build.openocdscript}" -c "program {{{build.path}/{build.project_name}.elf}} verify reset"
110+
110111

111112
tools.openocd.program.params.verbose=-d3
112113
tools.openocd.program.params.quiet=-d0

0 commit comments

Comments
 (0)