mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
f3afc7bbf3
This reverts commit b02cea0321.
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}"
|
|
}
|