mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
fix: flash-command for maixbit board
Latest version of kflash tool requires a --Board/-B argument to
be able to run the tool
This commit is contained in:
committed by
Ron Evans
parent
8823a934a3
commit
b02cea0321
@@ -3,5 +3,5 @@
|
||||
"build-tags": ["maixbit"],
|
||||
"serial": "uart",
|
||||
"linkerscript": "targets/maixbit.ld",
|
||||
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
|
||||
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user