3 Commits

Author SHA1 Message Date
Neucrack
57abaf8159 add bin export 2019-04-04 11:49:32 +08:00
Neucrack
a9749d24ce remove kflash color syntax for linux... 2019-04-03 16:59:14 +08:00
Neucrack
c5023445b4 add install doc link 2019-04-03 15:20:50 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ Arduino core for Maix Board (K210)
Docs: [maixduino.sipeed.com](https://maixduino.sipeed.com/)
## Install
Refer install doc: [Install](https://maixduino.sipeed.com/en/get_started/install.html)
## Other SDK

View File

@@ -84,6 +84,9 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -B "{build.path}/{build.project_name}.elf"
recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
## Save hex
recipe.output.tmp_file={build.project_name}.bin
recipe.output.save_file={build.project_name}.{build.variant}.bin
# Uploader tools
# -------------------
@@ -91,7 +94,7 @@ recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
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}/kflash_py
tools.kflash.program.pattern={cmd} -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
tools.kflash.program.pattern={cmd} -n -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
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