mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-03 17:14:00 +01:00
fix bug
This commit is contained in:
@@ -100,5 +100,5 @@ tools.manual_openocd.program.pattern="{path}{cmd}" -d0 -f {program.config} -c "f
|
||||
tools.kflash.path={runtime.tools.kflash.path}/
|
||||
tools.kflash.cmd=python3 {runtime.tools.kflash.path}/kflash.py
|
||||
tools.kflash.cmd.windows={runtime.tools.kflash.path}/k-flash
|
||||
tools.kflash.program.pattern="{cmd}" -p {serial.port} {build.path}/{build.project_name}.bin
|
||||
tools.kflash.program.pattern={cmd} -p {serial.port} {build.path}/{build.project_name}.bin
|
||||
tools.kflash.program.pattern.windows="{cmd}" -d {serial.port} -b 2000000 {build.path}/{build.project_name}.bin
|
||||
Reference in New Issue
Block a user