加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
boards.json 7.04 KB
一键复制 编辑 原始数据 按行查看 历史
fredqian 提交于 2024-07-11 15:01 . rename c2 and add examples for c2
[
{
"boardImg": "./boards/default/micropython_esp32s2/media/mixgoce_compressed.png",
"boardType": "MixGo CE",
"boardIndex": "./boards/default/micropython_esp32s2/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_esp32s3/media/mixgo_nova.png",
"boardType": "Python ESP32-S3",
"boardIndex": "./boards/default/micropython_esp32s3/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_esp32c3/media/esp32c3_compressed.png",
"boardType": "Python ESP32-C3",
"boardIndex": "./boards/default/micropython_esp32c3/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_robot/media/mixbot.png",
"boardType": "Python Robot",
"boardIndex": "./boards/default/micropython_robot/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_esp32/media/esp32_compressed.png",
"boardType": "Python ESP32",
"boardIndex": "./boards/default/micropython_esp32/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_esp32c2/media/esp32c2_compressed.png",
"boardType": "Python ESP32-C2",
"boardIndex": "./boards/default/micropython_esp32c2/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/arduino_avr/media/uno_compressed.png",
"boardType": "Arduino AVR",
"boardIndex": "./boards/default/arduino_avr/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}, {
"boardImg": "./boards/default/python_mixpy/media/py.png",
"boardType": "Python 3",
"boardIndex": "./boards/default/python_mixpy/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": false,
"webSocket": false
},
"language": "Python"
}, {
"boardImg": "./boards/default/python_skulpt/media/webpy.png",
"boardType": "Python 3 Lite",
"boardIndex": "./boards/default/python_skulpt/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "Python"
}, {
"boardImg": "./boards/default/python_skulpt/media/webpy.png",
"boardType": "Python 3 MixToy",
"boardIndex": "./boards/default/python_skulpt_mixtoy/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "Python"
}, {
"boardImg": "./boards/default/python_skulpt/media/webpy.png",
"boardType": "Python 3 Car",
"boardIndex": "./boards/default/python_skulpt_car/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "Python"
}, {
"boardImg": "./boards/default/micropython_k210_mixgoai/media/mixgoai_compressed.png",
"boardType": "MixGo AI",
"boardIndex": "./boards/default/micropython_k210_mixgoai/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
}, {
"boardImg": "./boards/default/micropython_nrf51822_mithoncc/media/mithon_compressed.png",
"boardType": "Mithon CC",
"boardIndex": "./boards/default/micropython_nrf51822_mithoncc/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
}, {
"boardImg": "./boards/default/micropython_nrf51822_microbit/media/microbit_compressed.png",
"boardType": "BBC micro:bit",
"boardIndex": "./boards/default/micropython_nrf51822_microbit/index.xml",
"env": {
"electron": true,
"web": true,
"webCompiler": true,
"webSocket": true
},
"language": "MicroPython"
}, {
"boardImg": "./boards/default/arduino_esp8266/media/esp8266_compressed.png",
"boardType": "Arduino ESP8266",
"boardIndex": "./boards/default/arduino_esp8266/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}, {
"boardImg": "./boards/default/arduino_esp32/media/esp32_compressed.png",
"boardType": "Arduino ESP32",
"boardIndex": "./boards/default/arduino_esp32/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}, {
"boardImg": "./boards/default/arduino_esp32s2/media/esp32s2_compressed.png",
"boardType": "Arduino ESP32S2",
"boardIndex": "./boards/default/arduino_esp32s2/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}, {
"boardImg": "./boards/default/arduino_esp32s3/media/esp32s3_compressed.png",
"boardType": "Arduino ESP32S3",
"boardIndex": "./boards/default/arduino_esp32s3/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}, {
"boardImg": "./boards/default/arduino_esp32c3/media/esp32c3_compressed.png",
"boardType": "Arduino ESP32C3",
"boardIndex": "./boards/default/arduino_esp32c3/index.xml",
"env": {
"electron": true,
"web": false,
"webCompiler": true,
"webSocket": true
},
"language": "C/C++"
}
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化