maixbit: add board definition and dummy runtime

This commit is contained in:
Yannis Huber
2020-06-15 08:56:11 +02:00
committed by Ron Evans
parent 2fe4a9be71
commit 7814964693
6 changed files with 284 additions and 1 deletions
+1 -1
View File
@@ -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}"
}