feat(boards): 添加 micropython_esp32c5 板卡

This commit is contained in:
王立帮
2026-01-12 02:44:32 +08:00
parent aa7414dae2
commit 10d8c1f51d
21 changed files with 10076 additions and 0 deletions

View File

@@ -23,6 +23,18 @@
},
"language": "MicroPython"
},
{
"boardImg": "./boards/default/micropython_esp32c5/media/esp32c5_compressed.png",
"boardType": "Python ESP32-C5",
"boardIndex": "./boards/default/micropython_esp32c5/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",