File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ tools.stm32CubeProg.upload.pattern="{path}/{cmd}" {upload.protocol} "{build.path
171
171
172
172
# blackmagic upload for generic STM32
173
173
tools.bmp_upload.cmd=arm-none-eabi-gdb
174
- tools.bmp_upload.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
174
+ tools.bmp_upload.path={runtime.tools.xpack- arm-none-eabi-gcc.path}/bin
175
175
tools.bmp_upload.upload.speed=230400
176
176
tools.bmp_upload.upload.params.verbose=-batch
177
177
tools.bmp_upload.upload.params.quiet=--batch-silent
178
- 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"
178
+ 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"
179
179
180
180
# HID flash 2.2 (HID bootloader v2.2 for STM32F1 and STM32F4 series)
181
181
tools.hid_upload.cmd=hid-flash
You can’t perform that action at this time.
0 commit comments