File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,9 @@ recipe.size.regex=Total\s+([0-9]+).*
89
89
90
90
# Arc Uploader/Programmers tools
91
91
# -------------------
92
- tools.arduino101load.cmd.path={runtime.tools.arduino101load.path}/clupload/cluploadArduino101_osx.sh
93
- tools.arduino101load.cmd.path.linux="{runtime.tools.arduino101load.path}/clupload/cluploadArduino101_linux.sh"
94
- tools.arduino101load.cmd.path.windows={runtime.tools.arduino101load.path}/x86/bin/bash.exe
95
- tools.arduino101load.cmd.script.windows={runtime.tools.arduino101load.path}/clupload/cluploadArduino101_win.sh
96
- tools.arduino101load.cmd.bin.windows={runtime.tools.arduino101load.path}/x86/bin
92
+ tools.arduino101load.cmd.path={runtime.tools.arduino101load.path}/arduino101load/arduino101load
97
93
98
94
tools.arduino101load.upload.params.verbose=verbose
99
95
tools.arduino101load.upload.params.quiet=quiet
100
96
101
- tools.arduino101load.upload.pattern=/bin/bash --noprofile "{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port} "{upload.verbose}"
102
- tools.arduino101load.upload.pattern.linux=/bin/bash --noprofile {cmd.path} "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port} "{upload.verbose}"
103
- tools.arduino101load.upload.elf.windows={build.path}/{build.project_name}.elf
104
- tools.arduino101load.upload.pattern.windows="{cmd.path}" "--noprofile" "{cmd.script}" "{cmd.bin}" "{upload.elf}" "{serial.port}" "{upload.verbose}"
97
+ tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.bin {serial.port} "{upload.verbose}"
You can’t perform that action at this time.
0 commit comments