feat: sync all micropython board configurations and scripts
This commit is contained in:
100
mixly/boards/default/micropython_esp32c2/build/lib/map.json
Normal file
100
mixly/boards/default/micropython_esp32c2/build/lib/map.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"ble_central": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"bluetooth",
|
||||
"micropython",
|
||||
"ubinascii",
|
||||
"ble_advertising"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 7378,
|
||||
"__name__": "ble_central.py"
|
||||
},
|
||||
"mini_bot": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"math",
|
||||
"esp",
|
||||
"micropython",
|
||||
"framebuf"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 15556,
|
||||
"__name__": "mini_bot.py"
|
||||
},
|
||||
"mini_go": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"math",
|
||||
"tm1931",
|
||||
"machine"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 8481,
|
||||
"__name__": "mini_go.py"
|
||||
},
|
||||
"mini_gx": {
|
||||
"__require__": [
|
||||
"gc",
|
||||
"machine",
|
||||
"rc522",
|
||||
"ci130x"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 736,
|
||||
"__name__": "mini_gx.py"
|
||||
},
|
||||
"mini_xunfei": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"hmac",
|
||||
"json",
|
||||
"hashlib",
|
||||
"rtctime",
|
||||
"websocket",
|
||||
"mixgo_mini",
|
||||
"base64",
|
||||
"urllib"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 11771,
|
||||
"__name__": "mini_xunfei.py"
|
||||
},
|
||||
"mixgo_mini": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"esp32",
|
||||
"machine",
|
||||
"musicx",
|
||||
"ws2812x",
|
||||
"sc7a20",
|
||||
"ap3216c",
|
||||
"mini_bot"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 4920,
|
||||
"__name__": "mixgo_mini.py"
|
||||
},
|
||||
"musicx": {
|
||||
"__require__": [
|
||||
"_thread",
|
||||
"time"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 3926,
|
||||
"__name__": "musicx.py"
|
||||
},
|
||||
"ws2812x": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"machine"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 1979,
|
||||
"__name__": "ws2812x.py"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user