esp-idf/components/vfs/test
Angus Gratton 87077a5478 test: Tweaks to reduce variation in CI unit tests
spi test: Prime the flash cache before each test to minimise flash cache misses.

VFS performance test: Increase the number of runs to minimise influence of an isolated bad run.
2018-06-08 14:42:44 +10:00
..
component.mk
test_vfs_access.c Implement VFS support for access() 2018-05-14 09:04:18 +02:00
test_vfs_append.c
test_vfs_fd.c test: Tweaks to reduce variation in CI unit tests 2018-06-08 14:42:44 +10:00
test_vfs_paths.c
test_vfs_select.c VFS: esp_vfs_select() needs to be callable from concurrent tasks 2018-05-29 11:01:25 +02:00
test_vfs_uart.c