Update(boards): micropython板卡执行 build:prod

This commit is contained in:
王立帮
2024-10-08 21:51:15 +08:00
parent b674bb68a3
commit 5b9fb3a666
17 changed files with 88 additions and 26 deletions

View File

@@ -63,13 +63,42 @@
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_lib-v1.23.0.bin"
}, {
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
],
"special": [
{
"name": "Firmware No Ble With SSL",
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_lib-v1.23.0.bin"
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
]
},
{
"name": "Firmware With Ble No SSL",
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_lib_ble-v1.23.0.bin"
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
]
}
]
},
"micropython:esp32c2:generic_2M": {
"micropython:esp32c2:generic_2M": {
"binFile": [
{
"offset": "0x0000",
@@ -82,4 +111,4 @@
"reset": []
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long