File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,3 +112,8 @@ tools.serial.program.pattern="{path}{cmd}" -g 0x08000000 -b {build.burn_baudrate
112112tools.dfu.cmd=dfu-util
113113tools.dfu.path={runtime.tools.gd32vflash.path}/
114114tools.dfu.program.pattern="{path}{cmd}" -d {build.vid}:{build.pid} -a 0 --dfuse-address 0x08000000:leave -D "{build.path}/{build.project_name}.bin"
115+
116+ ## DFU with suffix
117+ tools.dfuflash.cmd=dfu-flash
118+ tools.dfuflash.path={runtime.tools.gd32vflash.path}/
119+ tools.dfuflash.program.pattern="{path}{cmd}" {build.vid} {build.pid} "{build.path}/{build.project_name}.bin"
Original file line number Diff line number Diff line change @@ -29,4 +29,10 @@ dfu.name=DFU GD32V
2929dfu.communication=usb
3030dfu.program.params.verbose=-v
3131dfu.program.params.quiet=-q
32- dfu.program.tool=dfu
32+ dfu.program.tool=dfu
33+
34+ dfuflash.name=DFU with suffix GD32V
35+ dfuflash.communication=usb
36+ dfuflash.program.params.verbose=-v
37+ dfuflash.program.params.quiet=-q
38+ dfuflash.program.tool=dfuflash
You can’t perform that action at this time.
0 commit comments