mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
drivers/mtd_sdmmc: support mounting ext2/3/4 filesystems
This commit is contained in:
parent
fce429d19f
commit
3889592db5
@ -250,5 +250,8 @@ MTD_SDMMC_DEV(0, CONFIG_SDMMC_GENERIC_MTD_OFFSET);
|
||||
#ifdef MODULE_FATFS_VFS
|
||||
MTD_SDMMC_DEV_FS(0, CONFIG_SDMMC_GENERIC_MTD_OFFSET, fatfs);
|
||||
#endif
|
||||
#ifdef MODULE_LWEXT4
|
||||
MTD_SDMMC_DEV_FS(0, CONFIG_SDMMC_GENERIC_MTD_OFFSET, lwext4);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user