tinygo/targets/maixbit.json
Sai Sasidhar Maddali b02cea0321 fix: flash-command for maixbit board
Latest version of kflash tool requires a --Board/-B argument to
        be able to run the tool
2022-04-04 09:15:39 +02:00

7 строки
187 Б
JSON

{
"inherits": ["k210"],
"build-tags": ["maixbit"],
"serial": "uart",
"linkerscript": "targets/maixbit.ld",
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
}