File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -199,14 +199,13 @@ tools.hid_upload.upload.params.quiet=n
199199tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
200200
201201# Upload using Maple bootloader over DFU
202- tools.maple_upload.cmd=maple_upload.sh
203- tools.maple_upload.cmd.windows=maple_upload.bat
204- tools.maple_upload.path={runtime.tools.STM32Tools.path}/win
205- tools.maple_upload.path.macosx={runtime.tools.STM32Tools.path}/macosx
206- tools.maple_upload.path.linux={runtime.tools.STM32Tools.path}/linux
202+ tools.maple_upload.script=maple_upload.sh
203+ tools.maple_upload.busybox=
204+ tools.maple_upload.busybox.windows={path}/win/busybox.exe
205+ tools.maple_upload.path={runtime.tools.STM32Tools.path}
207206tools.maple_upload.upload.params.verbose=-d
208207tools.maple_upload.upload.params.quiet=n
209- tools.maple_upload.upload.pattern="{path}/{cmd }" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
208+ tools.maple_upload.upload.pattern="{busybox}" sh "{ path}/{script }" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
210209
211210# STM32MP1 self-contained shell script
212211tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}
You can’t perform that action at this time.
0 commit comments