123 lines
4.4 KiB
JSON
123 lines
4.4 KiB
JSON
{
|
|
"board": {
|
|
"MixGo ME": "micropython:esp32c3:mixgo_me",
|
|
"MixGo CC": "micropython:esp32c3:mixgo_cc",
|
|
"MixGo Car 4.2": "micropython:esp32c3:mixgocar_c3",
|
|
"ESP32C3 Generic(UART)": "micropython:esp32c3:generic"
|
|
},
|
|
"language": "MicroPython",
|
|
"burn": {
|
|
"type": "command",
|
|
"portSelect": "all",
|
|
"micropython:esp32c3:mixgo_cc": {
|
|
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_CC_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
|
},
|
|
"micropython:esp32c3:mixgo_me": {
|
|
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_ME_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
|
},
|
|
"micropython:esp32c3:mixgocar_c3": {
|
|
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_Car_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
|
},
|
|
"micropython:esp32c3:generic": {
|
|
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C3_UART_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
|
}
|
|
},
|
|
"upload": {
|
|
"type": "command",
|
|
"portSelect": "all",
|
|
"libPath": [
|
|
"{indexPath}/build/lib",
|
|
"{indexPath}/../micropython/build/lib"
|
|
],
|
|
"command": "\"{ampy}\" -p {com} -d 1 -r \"{reset}\" put \"{indexPath}/build/upload/main.py\"",
|
|
"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": true
|
|
},
|
|
"lib": {
|
|
"mixly": {
|
|
"url": [
|
|
"http://download.mixlylibs.cloud/mixly3-packages/cloud-libs/micropython_esp32c3/libs.json"
|
|
]
|
|
}
|
|
},
|
|
"pythonToBlockly": false,
|
|
"web": {
|
|
"devices": {
|
|
"serial": true,
|
|
"hid": false,
|
|
"usb": false
|
|
},
|
|
"burn": {
|
|
"erase": true,
|
|
"micropython:esp32c3:mixgo_cc": {
|
|
"binFile": [
|
|
{
|
|
"offset": "0x0000",
|
|
"path": "./build/Mixgo_CC_lib-v1.23.0.bin"
|
|
}, {
|
|
"offset": "0x3A0000",
|
|
"path": "../micropython/build/HZK12.bin"
|
|
}
|
|
]
|
|
},
|
|
"micropython:esp32c3:mixgo_me": {
|
|
"binFile": [
|
|
{
|
|
"offset": "0x0000",
|
|
"path": "./build/Mixgo_ME_lib-v1.23.0.bin"
|
|
}, {
|
|
"offset": "0x3A0000",
|
|
"path": "../micropython/build/HZK12.bin"
|
|
}
|
|
]
|
|
},
|
|
"micropython:esp32c3:mixgocar_c3": {
|
|
"binFile": [
|
|
{
|
|
"offset": "0x0000",
|
|
"path": "./build/Mixgo_Car_lib-v1.23.0.bin"
|
|
}, {
|
|
"offset": "0x3A0000",
|
|
"path": "../micropython/build/HZK12.bin"
|
|
}
|
|
]
|
|
},
|
|
"micropython:esp32c3:generic": {
|
|
"binFile": [
|
|
{
|
|
"offset": "0x0000",
|
|
"path": "./build/Generic_C3_UART_lib-v1.23.0.bin"
|
|
}, {
|
|
"offset": "0x3A0000",
|
|
"path": "../micropython/build/HZK12.bin"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"upload": {
|
|
"reset": []
|
|
}
|
|
}
|
|
}
|