File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,13 @@ tools.hid_upload.upload.params.quiet=n
199
199
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
200
200
201
201
# 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}
207
206
tools.maple_upload.upload.params.verbose=-d
208
207
tools.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"
210
209
211
210
# STM32MP1 self-contained shell script
212
211
tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}
You can’t perform that action at this time.
0 commit comments