File systems configuration and performance depend on static build-time configuration #69

This commit is contained in:
Peter Andersson
2016-04-06 20:02:00 +02:00
parent 602a891d7e
commit 78f1869db2
+1
View File
@@ -37,6 +37,7 @@ What spiffs does not:
- It is not a realtime stack. One write operation might take much longer than another.
- Poor scalability. Spiffs is intended for small memory devices - the normal sizes for SPI flashes. Going beyond ~128MB is probably a bad idea. This is a side effect of the design goal to use as little ram as possible.
- Presently, it does not detect or handle bad blocks.
- One configuration, one binary. There's no generic spiffs binary that handles all types of configurations.
## MORE INFO