feat(core): 在线版支持通过web serial烧录k210固件

This commit is contained in:
王立帮
2025-10-31 10:26:57 +08:00
parent bd5a4629e1
commit 6bc5ea9d47
8 changed files with 2641 additions and 10 deletions

View File

@@ -50,6 +50,33 @@
"hid": false,
"usb": false
},
"burn": {
"erase": true,
"MixGo AI": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_AI-ASR_V2.0.kfpkg"
}
]
},
"MixGo AI sensor": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_AI-Sensor_V1.0.kfpkg"
}
]
},
"MixGo AI sensor2": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_AI-Sensor_V1.2.kfpkg"
}
]
}
},
"upload": {
"reset": []
}