add ch376 usb demo on xidatong-riscv64

This commit is contained in:
wgzAIIT
2022-10-11 21:16:40 +08:00
parent 540c9a84d5
commit 0f1d2a4868
10 changed files with 1193 additions and 1429 deletions
@@ -20,7 +20,7 @@
include $(TOPDIR)/Make.defs
CSRCS = k210_bringup.c k210_boot.c k210_ch376.c
CSRCS = k210_bringup.c k210_boot.c
ifeq ($(CONFIG_BOARDCTL_RESET),y)
CSRCS += k210_reset.c
@@ -46,4 +46,8 @@ ifeq ($(CONFIG_BSP_USING_CH438),y)
CSRCS += k210_ch438.c ch438_demo.c
endif
ifeq ($(CONFIG_BSP_USING_CH376),y)
CSRCS += k210_ch376.c ch376_demo.c
endif
include $(TOPDIR)/boards/Board.mk