mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
targets/maixbit: cleanup output from kflash command by removing ansi colors
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
"inherits": ["k210"],
|
"inherits": ["k210"],
|
||||||
"build-tags": ["maixbit"],
|
"build-tags": ["maixbit"],
|
||||||
"linkerscript": "targets/maixbit.ld",
|
"linkerscript": "targets/maixbit.ld",
|
||||||
"flash-command": "kflash -p {port} {bin}"
|
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user