Update(boards): 移除default_src mp板卡中对lib构建的map.json
This commit is contained in:
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"me_g1": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"hp203x",
|
||||
"ahtx0",
|
||||
"rc522"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 1327,
|
||||
"__name__": "me_g1.py"
|
||||
},
|
||||
"me_go": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"math",
|
||||
"tm1931",
|
||||
"machine"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 8787,
|
||||
"__name__": "me_go.py"
|
||||
},
|
||||
"mixgocar_c3": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"ms32006",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 9865,
|
||||
"__name__": "mixgocar_c3.py"
|
||||
},
|
||||
"mixgo_cc": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"mxc6655xa",
|
||||
"ltr553als",
|
||||
"rc522",
|
||||
"matrix32x12",
|
||||
"mmc5603",
|
||||
"hp203x",
|
||||
"spl06_001",
|
||||
"ahtx0",
|
||||
"shtc3"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 7436,
|
||||
"__name__": "mixgo_cc.py"
|
||||
},
|
||||
"mixgo_me": {
|
||||
"__require__": [
|
||||
"time",
|
||||
"gc",
|
||||
"machine",
|
||||
"ws2812",
|
||||
"music",
|
||||
"mxc6655xa",
|
||||
"ltr553als",
|
||||
"matrix8x5",
|
||||
"mmc5603"
|
||||
],
|
||||
"__file__": true,
|
||||
"__size__": 5363,
|
||||
"__name__": "mixgo_me.py"
|
||||
}
|
||||
}
|
||||
@@ -5,10 +5,10 @@
|
||||
"scripts": {
|
||||
"serve": "webpack-dev-server --config=webpack.dev.js",
|
||||
"build:dev": "webpack --config=webpack.dev.js",
|
||||
"build:prod": "npm run build:examples & npm run build:libraries & webpack --config=webpack.prod.js",
|
||||
"build:prod": "npm run build:examples & webpack --config=webpack.prod.js & npm run build:libraries",
|
||||
"build:examples": "node ../../../scripts/build-examples.js -t special",
|
||||
"build:examples:ob": "node ../../../scripts/build-examples.js -t special --obfuscate",
|
||||
"build:libraries": "python ../../../scripts/build-libraries.py ./origin/build/lib",
|
||||
"build:libraries": "python ../../../scripts/build-libraries.py ../../default/micropython_esp32c3/build/lib",
|
||||
"publish:board": "npm publish --registry https://registry.npmjs.org/"
|
||||
},
|
||||
"main": "./export.js",
|
||||
|
||||
Reference in New Issue
Block a user