pimoroni-pico-rp2350/micropython/board/RPI_PICO2_W/manifest.py
Phil Howard 81c3422e79 CI: Sync RPi stock boards with upstream.
Replace our experimental configs with the board config(s) from the
(as yet unmerged) Pico 2 W changes branch.
2025-01-14 14:07:36 +00:00

8 lines
135 B
Python

include("$(PORT_DIR)/boards/manifest.py")
require("bundle-networking")
# Bluetooth
require("aioble")
include("../manifest_pico2.py")