esp-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
test_fatfs_common.c
test_fatfs_common.h
test_fatfs_sdmmc.c
test_fatfs_spiflash.c