feat add third_party_driver/spi for hc32f4a0 board, compile OK

This commit is contained in:
Liu_Weichao
2022-10-18 15:03:44 +08:00
parent 37bdc4a33f
commit 700a07bc84
10 changed files with 605 additions and 22 deletions
@@ -5,3 +5,11 @@ menuconfig BSP_USING_UART
if BSP_USING_UART
source "$BSP_DIR/third_party_driver/usart/Kconfig"
endif
menuconfig BSP_USING_SPI
bool "Using SPI device"
default y
select RESOURCES_SPI
if BSP_USING_SPI
source "$BSP_DIR/third_party_driver/spi/Kconfig"
endif