File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ tools.bmp_upload.upload.speed=230400
190
190
tools.bmp_upload.upload.params.verbose=-batch
191
191
tools.bmp_upload.upload.params.quiet=--batch-silent
192
192
tools.bmp_upload.upload.pattern="{path}/{cmd}" -nx -b {upload.speed} {upload.verbose} -ex "set confirm off" -ex "target extended-remote {serial.port}" -ex "monitor swdp_scan" -ex "attach 1" -ex "load" -ex "compare-sections" -ex "kill" "{build.path}/{build.project_name}.elf"
193
+ tools.bmp_upload.upload.pattern.windows="{path}/{cmd}" -nx -b {upload.speed} {upload.verbose} -ex "set confirm off" -ex "target extended-remote \\.\{serial.port}" -ex "monitor swdp_scan" -ex "attach 1" -ex "load" -ex "compare-sections" -ex "kill" "{build.path}/{build.project_name}.elf"
193
194
194
195
# HID flash 2.2 (HID bootloader v2.2 for STM32F1 and STM32F4 series)
195
196
tools.hid_upload.cmd=hid-flash
You can’t perform that action at this time.
0 commit comments