8 lines
175 B
JSON
8 lines
175 B
JSON
|
|
{
|
||
|
|
"inherits": ["k210"],
|
||
|
|
"build-tags": ["maixbit"],
|
||
|
|
"serial": "uart",
|
||
|
|
"linkerscript": "targets/maixbit.ld",
|
||
|
|
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
|
||
|
|
}
|