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

15 lines
195 B
Python

include("$(PORT_DIR)/boards/manifest.py")
# Networking
require("bundle-networking")
# Drivers
require("lsm6dsox")
require("espflash")
# Utils
require("logging")
# Bluetooth
require("aioble")