add semc driver and eth driver

This commit is contained in:
Wang_Weigen
2022-03-24 15:28:24 +08:00
parent 0340217e24
commit 1cf9939cb2
22 changed files with 8482 additions and 0 deletions
@@ -1,5 +1,13 @@
SRC_DIR := common gpio
ifeq ($(CONFIG_BSP_USING_LWIP),y)
SRC_DIR += ethernet
endif
ifeq ($(CONFIG_BSP_USING_SEMC),y)
SRC_DIR += semc
endif
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif