{ "board": { "MixGo ME": { "key": "micropython:esp32c3:mixgo_me", "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" } ] } ] }, "MixGo CC": { "key": "micropython:esp32c3:mixgo_cc", "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" } ] } ] }, "MixGo Car 4.2": { "key": "micropython:esp32c3:mixgocar_c3", "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" } ] } ] }, "ESP32C3 Generic(UART)": { "key": "micropython:esp32c3:generic", "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:esp32c3:mixgo_cc": { "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud {baudrate} write_flash -e 0x0 \"{indexPath}/build/Mixgo_CC_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" }, "micropython:esp32c3:mixgo_me": { "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud {baudrate} write_flash -e 0x0 \"{indexPath}/build/Mixgo_ME_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" }, "micropython:esp32c3:mixgocar_c3": { "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud {baudrate} write_flash -e 0x0 \"{indexPath}/build/Mixgo_Car_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" }, "micropython:esp32c3:generic": { "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud {baudrate} write_flash -e 0x0 \"{indexPath}/build/Generic_C3_UART_lib-v1.25.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\"", "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.25.0.bin" }, { "offset": "0x3A0000", "path": "../micropython/build/HZK12.bin" } ] }, "micropython:esp32c3:mixgo_me": { "binFile": [ { "offset": "0x0000", "path": "./build/Mixgo_ME_lib-v1.25.0.bin" }, { "offset": "0x3A0000", "path": "../micropython/build/HZK12.bin" } ] }, "micropython:esp32c3:mixgocar_c3": { "binFile": [ { "offset": "0x0000", "path": "./build/Mixgo_Car_lib-v1.25.0.bin" }, { "offset": "0x3A0000", "path": "../micropython/build/HZK12.bin" } ] }, "micropython:esp32c3:generic": { "binFile": [ { "offset": "0x0000", "path": "./build/Generic_C3_UART_lib-v1.25.0.bin" }, { "offset": "0x3A0000", "path": "../micropython/build/HZK12.bin" } ] } }, "upload": { "reset": [] } } }