feat: sync all micropython board configurations and scripts
This commit is contained in:
65
mixly/boards/default/micropython_esp32c5/build/lib/map.json
Normal file
65
mixly/boards/default/micropython_esp32c5/build/lib/map.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"mixgo_sowl": {
|
||||
"__require__": [
|
||||
"gc",
|
||||
"time",
|
||||
"math",
|
||||
"machine",
|
||||
"music",
|
||||
"ws2812x",
|
||||
"st7735_cf",
|
||||
"sowl_bot",
|
||||
"spl06_001",
|
||||
"sc7a20",
|
||||
"ltr553als",
|
||||
"shtc3",
|
||||
"mmc5603",
|
||||
"rc522",
|
||||
"ci130x"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 7707,
|
||||
"__name__": "mixgo_sowl.py"
|
||||
},
|
||||
"sowl_bot": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"micropython"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 4683,
|
||||
"__name__": "sowl_bot.py"
|
||||
},
|
||||
"sowl_tts": {
|
||||
"__require__": [
|
||||
"gc",
|
||||
"time",
|
||||
"esp_tts",
|
||||
"machine",
|
||||
"pdm_i2s",
|
||||
"mixgo_sowl"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 821,
|
||||
"__name__": "sowl_tts.py"
|
||||
},
|
||||
"st7735_cf": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"uframebuf",
|
||||
"machine",
|
||||
"image"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 3975,
|
||||
"__name__": "st7735_cf.py"
|
||||
},
|
||||
"ws2812x": {
|
||||
"__require__": [
|
||||
"time"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 1990,
|
||||
"__name__": "ws2812x.py"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user