micropython/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py

13 wiersze
228 B
Python

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