From 78f1869db28619518de1c5181632d461c7b0b755 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 6 Apr 2016 20:02:00 +0200 Subject: [PATCH] File systems configuration and performance depend on static build-time configuration #69 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f8efd8..4b18f79 100644 --- a/README.md +++ b/README.md @@ -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