Files

203 lines
6.8 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"board": {
"元控奋斗MINI": {
"key": "micropython:esp32c2:mixgo_mini",
"config": [
{
"key": "BurnSpeed",
"label": "Burn Speed",
"messageId": "MICROPYTHON_CONFIG_MESSAGE_BURN_SPEED",
"options": [
{
"key": "921600",
"label": "921600"
},
{
"key": "460800",
"label": "460800"
},
{
"key": "230400",
"label": "230400"
},
{
"key": "115200",
"label": "115200"
}
]
}
]
},
"ESP32C2 Generic(4M)": {
"key": "micropython:esp32c2:generic_4M",
"config": [
{
"key": "BurnSpeed",
"label": "Burn Speed",
"messageId": "MICROPYTHON_CONFIG_MESSAGE_BURN_SPEED",
"options": [
{
"key": "921600",
"label": "921600"
},
{
"key": "460800",
"label": "460800"
},
{
"key": "230400",
"label": "230400"
},
{
"key": "115200",
"label": "115200"
}
]
}
]
}
},
"language": "MicroPython",
"burn": {
"type": "command",
"portSelect": "all",
"micropython:esp32c2:mixgo_mini": {
"command": "{esptool} --chip esp32c2 --port {com} --baud {baudrate} --after=no_reset_stub write_flash -e 0x0 \"{indexPath}/build/Mixgo_Mini_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"",
"special": [
{
"name": "Firmware For General Application",
"command": "{esptool} --chip esp32c2 --port {com} --baud {baudrate} --after=no_reset_stub write_flash -e 0x0 \"{indexPath}/build/Mixgo_Mini_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
{
"name": "Firmware Optimize For V2.x Board",
"command": "{esptool} --chip esp32c2 --port {com} --baud {baudrate} --after=no_reset_stub write_flash -e 0x0 \"{indexPath}/build/Mixgo_Mini_v2_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}
]
},
"micropython:esp32c2:generic_2M": {
"command": "{esptool} --chip esp32c2 --port {com} --baud {baudrate} write_flash -e 0x0 \"{indexPath}/build/Generic_C2_lib-v1.25.0.bin\""
}
},
"upload": {
"type": "command",
"portSelect": "all",
"libPath": [
"{indexPath}/../micropython/build/lib",
"{indexPath}/build/lib"
],
"command": "{ampy} -p {com} -d 1 -r \"{reset}\" put \"{indexPath}/build/upload\"",
"filePath": "{indexPath}/build/upload/main.py",
"copyLib": false,
"reset": []
},
"nav": {
"burn": true,
"upload": true,
"save": {
"py": true
},
"setting": {
"thirdPartyLibrary": true
}
},
"serial": {
"ctrlCBtn": true,
"ctrlDBtn": true,
"baudRates": 115200,
"yMax": 100,
"yMin": 0,
"pointNum": 100,
"rts": false,
"dtr": false
},
"lib": {
"mixly": {
"url": [
"http://download.mixlylibs.cloud/mixly3-packages/cloud-libs/micropython_esp32c2/libs.json"
]
}
},
"pythonToBlockly": false,
"web": {
"devices": {
"serial": {
"filters": [
{
"usbVendorId": 6790,
"usbProductId": 65036
}
]
},
"hid": {
"filters": [
{
"vendorId": 6790,
"productId": 65036
}
]
},
"usb": {
"filters": [
{
"vendorId": 6790,
"productId": 65036
}
]
}
},
"burn": {
"erase": true,
"micropython:esp32c2:mixgo_mini": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_lib-v1.25.0.bin"
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
],
"special": [
{
"name": "Firmware For General Application",
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_lib-v1.25.0.bin"
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
]
},
{
"name": "Firmware Optimize For V2.x Board",
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini_v2_lib-v1.25.0.bin"
},
{
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
}
]
}
]
},
"micropython:esp32c2:generic_4M": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/Generic_C2_lib-v1.25.0.bin"
}
]
}
},
"upload": {
"reset": []
}
}
}