esp-idf/components/fatfs
Ivan Grokhotkov 2ccfe3da96 vfs: fix opendir of a filesystem root directory
Previously opendir("/data") would fail if filesystem with "data" prefix
was registered in VFS, while opendir("/data/") would succeed.
This change fixes handling for the former case and adds relevant tests.
2017-06-21 01:21:14 +08:00
..
src add C++ include guards to header files which are missing them 2017-05-31 17:20:17 +08:00
test vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00