mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
maixbit: add board definition and dummy runtime
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"inherits": ["k210"],
|
||||
"build-tags": ["maixbit"],
|
||||
"linkerscript": "targets/maixbit.ld",
|
||||
"flash-command": "kflash -p /dev/ttyUSB0 {hex}"
|
||||
"flash-command": "kflash -p {port} {hex}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user