Add ch569w arch and board codes, support for uart

This commit is contained in:
songyanguang
2025-04-07 18:18:51 +08:00
parent 0fa8ff5368
commit 5e331e4c7c
36 changed files with 2281 additions and 3 deletions
+11
View File
@@ -307,6 +307,17 @@ KERNELPATHS += \
-I$(KERNEL_ROOT)/include #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/ch569w)
KERNELPATHS += \
-I$(KERNEL_ROOT)/arch/risc-v/ch569w \
-I$(KERNEL_ROOT)/arch/risc-v/ch569w/RVMSIS \
-I$(KERNEL_ROOT)/arch/risc-v/ch569w/User \
-I$(BSP_ROOT)/third_party_driver/include \
-I$(BSP_ROOT)/third_party_driver/Peripheral/inc \
-I$(BSP_ROOT)/include \
-I$(KERNEL_ROOT)/include #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/rv32m1-vega)
KERNELPATHS += \
-I$(KERNEL_ROOT)/arch/risc-v/rv32m1-vega \