feat add xishutong-arm32 board for XiZi kernel

This commit is contained in:
Liu_Weichao
2023-11-20 10:22:08 +08:00
parent 50d8ff5488
commit 270d2b9ea3
222 changed files with 125247 additions and 5 deletions
@@ -0,0 +1,19 @@
SRC_DIR += common
ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += usart
endif
ifeq ($(CONFIG_BSP_USING_GPIO),y)
SRC_DIR += gpio
endif
ifeq ($(CONFIG_BSP_USING_LWIP),y)
SRC_DIR += ethernet ethernet_wiz
endif
ifeq ($(CONFIG_BSP_USING_SDIO),y)
SRC_DIR += sdio
endif
include $(KERNEL_ROOT)/compiler.mk