File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,10 @@ recipe.size.regex=\.text\s+([0-9]+).*
76
76
# -------------------
77
77
78
78
tools.openocd.cmd=bin/openocd
79
- tools.openocd.cmd.windows=bin/openocd-0.8.0 .exe
80
- tools.openocd.path={runtime.ide.path}/hardware/tools/openocd -0.8.0
79
+ tools.openocd.cmd.windows=bin/openocd.exe
80
+ tools.openocd.path={runtime.ide.path}/hardware/tools/OpenOCD -0.9.0-dev-arduino
81
81
82
82
tools.openocd.upload.params.verbose=
83
83
tools.openocd.upload.params.quiet=
84
- #tools.openocd.upload.pattern="{path}/{cmd}" {upload.verbose} -s "{path}/share/openocd/scripts/" -f board/atmel_samd21_xplained_pro.cfg -c "program {build.path}/{build.project_name}.elf verify reset"
85
- 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"
86
- #tools.openocd.upload.pattern.windows="{path}/{cmd}" {upload.verbose} -s "{path}/scripts/" -f board/atmel_samd21_xplained_pro.cfg -c "program {build.path}/{build.project_name}.elf verify reset"
87
- tools.openocd.upload.pattern.windows="{path}/{cmd}" -s "{path}/scripts/" -f "../../../arduino/samd/variants/{build.variant}/{build.openocdscript}" -c "program {build.path}/{build.project_name}.elf verify reset"
84
+ 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"
88
85
You can’t perform that action at this time.
0 commit comments