OVMS3-idf/components/fatfs/test
Ivan Grokhotkov a63ace15bd vfs/fatfs: fix stat call failing when called for mount point
FATFS does not support f_stat call for drive root. When handling stat
for drive root, don't call f_stat and just return struct st with S_IFDIR
flag set.

Closes #984
2017-12-08 20:04:27 +08:00
..
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
test_fatfs_common.c vfs/fatfs: fix stat call failing when called for mount point 2017-12-08 20:04:27 +08:00
test_fatfs_common.h vfs/fatfs: fix stat call failing when called for mount point 2017-12-08 20:04:27 +08:00
test_fatfs_sdmmc.c vfs/fatfs: fix stat call failing when called for mount point 2017-12-08 20:04:27 +08:00
test_fatfs_spiflash.c vfs/fatfs: fix stat call failing when called for mount point 2017-12-08 20:04:27 +08:00