esp-idf/components
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
..
2017-12-07 12:01:14 +08:00
2017-12-04 10:22:07 +11:00
2017-10-23 19:47:33 +08:00