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 @@ -72,13 +72,10 @@ recipe.size.regex=\.text\s+([0-9]+).*
72
72
# -------------------
73
73
74
74
tools.openocd.cmd=bin/openocd
75
- tools.openocd.cmd.windows=bin/openocd-0.8.0 .exe
76
- tools.openocd.path={runtime.ide.path}/hardware/tools/openocd -0.8.0
75
+ tools.openocd.cmd.windows=bin/openocd.exe
76
+ tools.openocd.path={runtime.ide.path}/hardware/tools/OpenOCD -0.9.0-dev-arduino
77
77
78
78
tools.openocd.upload.params.verbose=
79
79
tools.openocd.upload.params.quiet=
80
- #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"
81
- 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"
82
- #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"
83
- 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"
80
+ 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"
84
81
You can’t perform that action at this time.
0 commit comments