OVMS3-idf/components/fatfs
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
..
diskio fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
port fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
src fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
test tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_fatfs_host Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
vfs fatfs: handle FR_INT_ERR as "filesystem corrupted" 2019-08-27 00:11:45 +02:00
CMakeLists.txt fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
component.mk fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
Kconfig Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00