SPIFFS: Update README.md
This commit is contained in:
parent
1db953e0c3
commit
df796947bd
1 changed files with 10 additions and 0 deletions
10
examples/posix_fs/README.md
Normal file
10
examples/posix_fs/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# POSIX file access example
|
||||||
|
|
||||||
|
This example runs several file system tests on ESP8266.
|
||||||
|
It uses fs-test library to perform file operations test. fs-test library uses
|
||||||
|
only POSIX file functions so can be run on host system as well.
|
||||||
|
|
||||||
|
Currently included tests:
|
||||||
|
* File system load test. Perform multiple file operations in random order.
|
||||||
|
* File system speed test. Measures files read/write speed.
|
||||||
|
|
Loading…
Reference in a new issue