Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list extensions to build hexfiles for in staticpkg #3888

Merged
merged 9 commits into from Sep 2, 2021
112 changes: 70 additions & 42 deletions pxtarget.json
Expand Up @@ -43,71 +43,99 @@
"bundleddirs": [
"libs/animation",
"libs/accelerometer",
"libs/lightsensor",
"libs/thermometer",
"libs/azureiot",
"libs/base",
"libs/buttons",
"libs/color",
"libs/color-coded-tilemap",
"libs/controller",
"libs/controller---none",
"libs/core",
"libs/core---linux",
"libs/core---nrf52",
"libs/core---samd",
"libs/core---stm32",
"libs/core---nrf52",
"libs/core---linux",
"libs/core---vm",
"libs/serial",
"libs/serial---linux",
"libs/corgio",
"libs/d5prj",
"libs/darts",
"libs/keyboard",
"libs/mouse",
"libs/microphone",
"libs/device",
"libs/edge-connector",
"libs/esp32",
"libs/f4prj",
"libs/feather",
"libs/game",
"libs/game---light",
"libs/hw",
"libs/hw---stm32f401",
"libs/hw---samd51",
"libs/hw---n3",
"libs/hw---n4",
"libs/hw---rpi",
"libs/hw---samd51",
"libs/hw---stm32f401",
"libs/hw---vm",
"libs/feather",
"libs/sevenseg",
"libs/settings",
"libs/settings---files",
"libs/screen",
"libs/screen---st7735",
"libs/screen---linux",
"libs/screen---ext",
"libs/game",
"libs/game---light",
"libs/buttons",
"libs/mixer",
"libs/servo",
"libs/keyboard",
"libs/light",
"libs/lightsensor",
"libs/microphone",
"libs/mixer",
"libs/mixer---ext",
"libs/mixer---linux",
"libs/mixer---none",
"libs/mixer---nrf52",
"libs/mixer---samd",
"libs/mixer---stm32",
"libs/mixer---nrf52",
"libs/mixer---none",
"libs/mixer---linux",
"libs/mixer---ext",
"libs/device",
"libs/power",
"libs/controller",
"libs/controller---none",
"libs/edge-connector",
"libs/esp32",
"libs/mouse",
"libs/mqtt",
"libs/net",
"libs/net-game",
"libs/azureiot",
"libs/color",
"libs/palette",
"libs/storyboard",
"libs/rotary-encoder",
"libs/power",
"libs/radio",
"libs/radio-broadcast",
"libs/d5prj",
"libs/f4prj",
"libs/rotary-encoder",
"libs/rpiprj",
"libs/color-coded-tilemap",
"libs/template"
"libs/screen",
"libs/screen---ext",
"libs/screen---linux",
"libs/screen---st7735",
"libs/serial",
"libs/serial---linux",
"libs/servo",
"libs/settings",
"libs/settings---files",
"libs/sevenseg",
"libs/storyboard",
"libs/template",
"libs/thermometer"
],
"staticpkgdirs": {
"base": [
"libs/hw",
"libs/hw---n3",
"libs/hw---samd51",
"libs/hw---stm32f401"
],
"extensions": [
"libs/accelerometer",
"libs/color",
"libs/edge-connector",
"libs/esp32",
"libs/feather",
"libs/light",
"libs/lightsensor",
"libs/mqtt",
"libs/net",
"libs/net-game",
"libs/palette",
"libs/radio",
"libs/radio-broadcast",
"libs/serial",
"libs/servo",
"libs/settings",
"libs/sevenseg",
"libs/thermometer"
]
},
"cacheusedblocksdirs": [
"skillmap/space",
"skillmap/platformer"
Expand Down