1、feat add xip dir and Flash Bootable Image for ok1052-c and xidatong board link.lds;2、feat add ch438 driver for xidatong board。

This commit is contained in:
Liu_Weichao
2022-03-22 17:17:35 +08:00
parent e991c64a1d
commit 363a221533
35 changed files with 5177 additions and 308 deletions
+4 -2
View File
@@ -18,7 +18,8 @@ KERNELPATHS :=-I$(BSP_ROOT) \
-I$(BSP_ROOT)/third_party_driver/CMSIS/Include \
-I$(KERNEL_ROOT)/include \
-I$(KERNEL_ROOT)/resources/include \
-I$(BSP_ROOT)/include #
-I$(BSP_ROOT)/include \
-I$(BSP_ROOT)/xip #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/kd233)
@@ -225,7 +226,8 @@ KERNELPATHS :=-I$(BSP_ROOT) \
-I$(KERNEL_ROOT)/resources/ethernet/LwIP/include/lwip/prot \
-I$(KERNEL_ROOT)/resources/ethernet/LwIP/arch \
-I$(KERNEL_ROOT)/resources/include \
-I$(BSP_ROOT)/include #
-I$(BSP_ROOT)/include \
-I$(BSP_ROOT)/xip #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/stm32f103-nano)