support Ch376 for xidatong-riscv64 in XiZi Kernel

This commit is contained in:
zhaoyun1215
2022-09-27 22:47:17 -07:00
parent c5872c051e
commit cd850b90cd
9 changed files with 350 additions and 20 deletions
@@ -1,5 +1,9 @@
SRC_FILES := sleep.c
ifeq ($(CONFIG_BSP_USING_CH376),y)
SRC_DIR += ch376
endif
ifeq ($(CONFIG_BSP_USING_CH438),y)
SRC_DIR += ch438
endif