feat add third_party_driver/spi for hc32f4a0 board, compile OK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user