feat add third_party_driver/usb for hc32f4a0 board, support Mount file-system

This commit is contained in:
Liu_Weichao
2022-11-14 16:05:26 +08:00
parent 696c9f6fe0
commit 452699ac02
8 changed files with 61 additions and 33 deletions
@@ -12,13 +12,13 @@ if BSP_USING_SDIO
default "sdio_dev"
config MOUNT_SDCARD_FS
bool "mount sd card file system"
bool "mount sd card file system : if y then not support usb-mount-fs"
default y
select MOUNT_SDCARD
if MOUNT_SDCARD_FS
config MOUNT_SDCARD_FS_TYPE
int "choose file system type : FATFS(0) LWEXT4(3)"
int "choose file system type : FATFS(0)"
default 0
endif
endif