esp-idf/components/vfs/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 vfs: implement reading from UART 2017-01-16 11:33:32 +08:00
test_vfs_paths.c vfs: fix opendir of a filesystem root directory 2017-06-21 01:21:14 +08:00
test_vfs_uart.c vfs uart tests: Avoid 1 byte heap overrun & memory leak 2017-05-10 17:24:40 +10:00