Update: MicroPython使用AST构建下py文件抽象语法树以精确解析模块依赖
This commit is contained in:
40
boards/default/micropython_esp32/build/lib/map.json
Normal file
40
boards/default/micropython_esp32/build/lib/map.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"mixgo": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"mpu9250",
|
||||
"matrix16x8"
|
||||
],
|
||||
"__file__": true,
|
||||
"__name__": "mixgo.py"
|
||||
},
|
||||
"mixgo_pe": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"matrix8x5",
|
||||
"machine"
|
||||
],
|
||||
"__file__": true,
|
||||
"__name__": "mixgo_pe.py"
|
||||
},
|
||||
"mpython": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"oled128x64",
|
||||
"mmc5603",
|
||||
"qmi8658"
|
||||
],
|
||||
"__file__": true,
|
||||
"__name__": "mpython.py"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user