OVMS3-idf/components/fatfs
Ivan Grokhotkov 96be8f2efa 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-27 16:54:19 +08:00
..
src vfs/fatfs: fix stat call failing when called for mount point 2017-12-27 16:54:19 +08:00
test vfs/fatfs: fix stat call failing when called for mount point 2017-12-27 16:54:19 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00