1
0
mirror of https://github.com/danbee/unicorn synced 2026-06-20 22:52:22 +00:00
unicorn/boards/manifest-common.py
Phil Howard 6cafdfb733 All: Fix common manifest paths to be relative to mpy dir.
On local builds, these were picking up the Python files from an adjacent
pimoroni-pico directory, rather than the one in the temporary build dir.
2025-02-07 14:16:00 +00:00

16 lines
501 B
Python

# https://github.com/micropython/micropython-lib/blob/master/micropython/bundles/bundle-networking/manifest.py
require("bundle-networking")
require("urllib.urequest")
require("umqtt.simple")
# SD Card
require("sdcard")
# Bluetooth
require("aioble")
freeze("$(MPY_DIR)/../pimoroni-pico/micropython/modules_py", "pimoroni.py")
freeze("$(MPY_DIR)/../pimoroni-pico/micropython/modules_py", "boot.py")
freeze("$(MPY_DIR)/../pimoroni-pico/micropython/modules_py", "lte.py")
freeze("../modules/wireless")