circuitpython/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
212 B
Python
Raw Normal View History

include("$(PORT_DIR)/boards/manifest.py")
# Networking
require("webrepl")
require("urequests")
# Drivers
require("lsm6dsox")
# Bluetooth
require("aioble", client=True, central=True, l2cap=True, security=True)