add can and flash driver for hc32f4a0 in XiZi_IIoT

This commit is contained in:
wuzheng
2023-02-22 09:38:41 +08:00
parent 002325c1d8
commit 73fbeea117
16 changed files with 486 additions and 2 deletions
@@ -171,6 +171,18 @@ menu "test app"
endif
endif
menuconfig USER_TEST_CAN
select BSP_USING_CAN
bool "Config test can"
default n
if USER_TEST_CAN
if ADD_XIZI_FETURES
config CAN_DEV_DRIVER
string "Set can dev path"
default "/dev/can2_dev1"
endif
endif
menuconfig USER_TEST_CAMERA
select BSP_USING_CAMERA
select BSP_USING_LCD