add imxrt1176-sbc board for xizi

This commit is contained in:
Wang_Weigen
2022-08-19 16:17:19 +08:00
parent 8eca1f72ff
commit 1ce5ee8e8b
77 changed files with 245034 additions and 3 deletions
+5
View File
@@ -30,6 +30,11 @@ SRC_DIR := shared
SRC_DIR += cortex-m7
endif
ifeq ($(CONFIG_BOARD_IMXRT1176_SBC_EVB),y)
SRC_DIR := shared
SRC_DIR += cortex-m7
endif
# cortex-m0 is ARMv6-m
ifeq ($(CONFIG_BOARD_CORTEX_M0_EVB),y)