mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +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"],
|
||||
"build-tags": ["maixbit"],
|
||||
"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