feat add third_party_driver/usb for hc32f4a0 board, compile OK

This commit is contained in:
Liu_Weichao
2022-11-08 14:15:23 +08:00
parent 636f803b7b
commit 9a818b1ef4
42 changed files with 6765 additions and 1 deletions

View File

@@ -402,6 +402,10 @@ KERNELPATHS += \
-I$(BSP_ROOT)/third_party_driver/CMSIS/include \
-I$(BSP_ROOT)/third_party_driver/spi/third_party_spi_lora/sx12xx/inc \
-I$(BSP_ROOT)/third_party_driver/spi/third_party_spi_lora/sx12xx/src/radio \
-I$(BSP_ROOT)/third_party_driver/usb/hc32_usb_driver \
-I$(BSP_ROOT)/third_party_driver/usb/hc32_usb_driver/usb_host_lib \
-I$(BSP_ROOT)/third_party_driver/usb/hc32_usb_driver/usb_host_lib/host_class/msc \
-I$(BSP_ROOT)/third_party_driver/usb/hc32_usb_driver/usb_host_lib/host_core \
-I$(KERNEL_ROOT)/include #
endif