add can and flash driver for hc32f4a0 in XiZi_IIoT
This commit is contained in:
@@ -77,3 +77,11 @@ menuconfig BSP_USING_TIMER
|
||||
if BSP_USING_TIMER
|
||||
source "$BSP_DIR/third_party_driver/timer/Kconfig"
|
||||
endif
|
||||
|
||||
menuconfig BSP_USING_CAN
|
||||
bool "Using CAN device"
|
||||
default n
|
||||
select RESOURCES_CAN
|
||||
if BSP_USING_CAN
|
||||
source "$BSP_DIR/third_party_driver/can/Kconfig"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user