File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altI
204
204
# USB upload using dfu-util
205
205
tools.dfu_util.cmd=dfu-util
206
206
tools.dfu_util.cmd.windows=dfu-util.exe
207
- tools.dfu_util.path={runtime.tools.STM32Tools.path}/tools/win/dfu-util
207
+ tools.dfu_util.path={runtime.tools.STM32Tools.path}/tools/win
208
208
tools.dfu_util.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx/dfu-util
209
209
tools.dfu_util.path.linux={runtime.tools.STM32Tools.path}/tools/linux/dfu-util
210
210
tools.dfu_util.upload.params.verbose=-v
211
211
tools.dfu_util.upload.params.quiet=
212
- tools.dfu_util.upload.pattern="{path}/{cmd}" --device {upload.usbID} -a 0 --dfuse-address {upload.address} -D "{build.path}/{build.project_name}.bin"
212
+ tools.dfu_util.upload.pattern="{path}/{cmd}" --device {upload.usbID} -a 0 --dfuse-address {upload.address} -D "{build.path}/{build.project_name}.bin"
You can’t perform that action at this time.
0 commit comments