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

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

9 lines
257 B
Python
Raw Normal View History

# Shared manifest for LEGO_HUB_NO6 & LEGO_HUB_NO7.
include("$(PORT_DIR)/boards/manifest.py")
# Modules for application firmware update.
module("fwupdate.py", base_path="$(PORT_DIR)/mboot", opt=3)
module("spiflash.py", opt=3)
module("appupdate.py", opt=3)