OVMS3-idf/components/fatfs/src
Ivan Grokhotkov 8f02730e1f fat/sdmmc: unmount FATFS object on error
Failure to call f_mount(NULL,...) makes FATFS attempt to clean up the old
FS object upon next mount. If previous mount operation has failed, some
parts of FS object may not be fully initialized, which will cause errors
(such as attempting to delete a mutex which wasn’t allocated).
2017-04-19 15:03:30 +08:00
..
option fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00
00history.txt fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
00readme.txt fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
diskio.c implement review recomendations 2017-02-01 17:55:25 +02:00
diskio.h implement review recomendations 2017-02-01 17:55:25 +02:00
esp_vfs_fat.h pick better name for unregister function and update docs 2017-02-02 12:24:38 +02:00
ff.c fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h 2017-01-09 04:51:24 +08:00
ff.h fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h 2017-01-09 04:51:24 +08:00
ffconf.h fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00
integer.h fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
vfs_fat.c Merge branch 'feature/fatfs_dynamic_pdrv' into 'master' 2017-03-03 11:40:37 +08:00
vfs_fat_sdmmc.c fat/sdmmc: unmount FATFS object on error 2017-04-19 15:03:30 +08:00