try to fetch needed mcu submodule while running make

This commit is contained in:
hathach
2021-03-01 20:25:55 +07:00
parent 0374e08550
commit c222f6f111
5 changed files with 24 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
UF2_FAMILY_ID = 0x4fb2d5bd
FAMILY_SUBMODULES = hw/mcu/nxp
include $(TOP)/$(BOARD_PATH)/board.mk

View File

@@ -1,4 +1,5 @@
UF2_FAMILY_ID = 0xADA52840
FAMILY_SUBMODULES = hw/mcu/nordic/nrfx
include $(TOP)/$(BOARD_PATH)/board.mk