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.

6 lines
199 B
Python
Raw Normal View History

include("$(PORT_DIR)/boards/manifest.py")
# Modules for application firmware update.
freeze("$(PORT_DIR)/mboot", "fwupdate.py", opt=3)
freeze("$(BOARD_DIR)", ("spiflash.py", "appupdate.py"), opt=3)