Skip to content

Commit fb20dbe

Browse files
committed
stm32/boards/LEGO_HUB_NO6: Update manifest to new format.
This was added after 203dae4 and missed in the rebase. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 203dae4 commit fb20dbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ports/stm32/boards/LEGO_HUB_NO6/manifest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
include("$(PORT_DIR)/boards/manifest.py")
44

55
# Modules for application firmware update.
6-
freeze("$(PORT_DIR)/mboot", "fwupdate.py", opt=3)
7-
freeze("$(BOARD_DIR)", ("spiflash.py", "appupdate.py"), opt=3)
6+
module("fwupdate.py", base_path="$(PORT_DIR)/mboot", opt=3)
7+
module("spiflash.py", opt=3)
8+
module("appupdate.py", opt=3)

0 commit comments

Comments
 (0)