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

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

13 lines
177 B
Python
Raw Normal View History

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