Skip to content
Snippets Groups Projects
Commit 178dae42 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

fixing openocd upload command line

parent d2cc9249
Branches
Tags 1.6.14
No related merge requests found
......@@ -106,7 +106,8 @@ tools.openocd.path={runtime.ide.path}/hardware/tools/OpenOCD-0.9.0-dev-arduino
tools.openocd.upload.params.verbose=-d3
tools.openocd.upload.params.quiet=-d0
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"
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"
tools.openocd.program.params.verbose=-d3
tools.openocd.program.params.quiet=-d0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment