esp-idf/components/fatfs/vfs
Ivan Grokhotkov 1b24b3663e fatfs: handle FR_INT_ERR as "filesystem corrupted"
FatFS library can sometimes return FR_INT_ERR if the filesystem is
corrupted. Propagate the error from VFS functions instead of
asserting, so that the application can handle the error. Also handle
the error during initialization of FatFS and format the filesystem if
it occurs.
2019-08-27 00:11:45 +02:00
..
esp_vfs_fat.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
vfs_fat_internal.h fatfs: separate IDF-specific files from the original FatFS code 2019-06-25 23:05:16 +08:00
vfs_fat_sdmmc.c fatfs: handle FR_INT_ERR as "filesystem corrupted" 2019-08-27 00:11:45 +02:00
vfs_fat_spiflash.c fatfs: handle FR_INT_ERR as "filesystem corrupted" 2019-08-27 00:11:45 +02:00
vfs_fat.c fatfs: handle FR_INT_ERR as "filesystem corrupted" 2019-08-27 00:11:45 +02:00