File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
90
90
91
91
tools.kflash.path={runtime.tools.kflash.path}/
92
92
tools.kflash.cmd=python3 {runtime.tools.kflash.path}/kflash.py
93
- tools.kflash.cmd.windows={runtime.tools.kflash.path}/k-flash
94
- tools.kflash.program.pattern={cmd} -n - p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
95
- tools.kflash.program.pattern.windows="{cmd}" -d {serial.port} -b {build.burn_baudrate} {build.path}/{build.project_name}.bin
93
+ tools.kflash.cmd.windows={runtime.tools.kflash.path}/kflash_py
94
+ tools.kflash.program.pattern={cmd} -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
95
+ tools.kflash.program.pattern.windows="{cmd}" -n -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware } {build.path}/{build.project_name}.bin
96
96
97
97
You can’t perform that action at this time.
0 commit comments