build(boards): 所有板卡执行 npm run build:prod
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
64
boards/default/micropython_robot/build/lib/map.json
Normal file
64
boards/default/micropython_robot/build/lib/map.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"bot51": {
|
||||
"__require__": [
|
||||
"uframebuf",
|
||||
"micropython"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 10425,
|
||||
"__name__": "bot51.py"
|
||||
},
|
||||
"feiyi": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"mxc6655xa",
|
||||
"ltr553als",
|
||||
"rc522",
|
||||
"bot51",
|
||||
"mmc5603"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 3586,
|
||||
"__name__": "feiyi.py"
|
||||
},
|
||||
"mixbot": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"random",
|
||||
"uframebuf",
|
||||
"micropython",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"icm42670"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 10967,
|
||||
"__name__": "mixbot.py"
|
||||
},
|
||||
"mixbot_ext": {
|
||||
"__require__": [
|
||||
"i2cdevice",
|
||||
"mixbot"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 993,
|
||||
"__name__": "mixbot_ext.py"
|
||||
},
|
||||
"rm_e1": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 4138,
|
||||
"__name__": "rm_e1.py"
|
||||
}
|
||||
}
|
||||
@@ -9,8 +9,8 @@
|
||||
"messageId": "MICROPYTHON_CONFIG_MESSAGE_BURN_SPEED",
|
||||
"options": [
|
||||
{
|
||||
"key": "460800",
|
||||
"label": "460800"
|
||||
"key": "921600",
|
||||
"label": "921600"
|
||||
},
|
||||
{
|
||||
"key": "115200",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
21
boards/default/micropython_robot/main.bundle.c7dd9491.js
Normal file
21
boards/default/micropython_robot/main.bundle.c7dd9491.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user