mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
b02cea0321
Latest version of kflash tool requires a --Board/-B argument to
be able to run the tool
8 lines
187 B
JSON
8 lines
187 B
JSON
{
|
|
"inherits": ["k210"],
|
|
"build-tags": ["maixbit"],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/maixbit.ld",
|
|
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
|
|
}
|