fead support Ubiquitous/XiZi/board/xidatong bsp

This commit is contained in:
Liu_Weichao
2022-03-15 11:18:55 +08:00
parent 31697c14f2
commit 57c22182c2
121 changed files with 100392 additions and 1 deletions
@@ -0,0 +1,15 @@
SRC_DIR := common gpio
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif
ifeq ($(CONFIG_BSP_USING_SDIO),y)
SRC_DIR += sdio
endif
ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
include $(KERNEL_ROOT)/compiler.mk