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

6 lines
199 B
Python

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)