File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -203,12 +203,10 @@ tools.maple_upload.upload.params.quiet=n
203
203
tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
204
204
205
205
# STM32MP1 self-contained shell script
206
- tools.remoteproc_gen.path.linux={runtime.tools.STM32Tools.path}/tools/linux
207
- tools.remoteproc_gen.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx
208
- tools.remoteproc_gen.path.windows={runtime.tools.STM32Tools.path}/tools/win
209
- tools.remoteproc_gen.cmd=
210
- tools.remoteproc_gen.cmd.windows={path}/busybox.exe
206
+ tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}/tools
207
+ tools.remoteproc_gen.busybox=
208
+ tools.remoteproc_gen.busybox.windows={path}/win/busybox.exe
211
209
tools.remoteproc_gen.script=run_arduino_gen.sh
212
210
tools.remoteproc_gen.upload.params.verbose=
213
211
tools.remoteproc_gen.upload.params.quiet=
214
- tools.remoteproc_gen.upload.pattern="{cmd }" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino.sh"
212
+ tools.remoteproc_gen.upload.pattern="{busybox }" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino.sh"
You can’t perform that action at this time.
0 commit comments