OVMS3-idf/components/fatfs/test
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
..
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
test_fatfs_common.c vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00
test_fatfs_common.h vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00
test_fatfs_sdmmc.c vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00
test_fatfs_spiflash.c vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00