nodemcu-firmware/app/spiffs
Johny Mattsson 4a47813e20 Reduced SPIFFS cache, freeing ~0.5k RAM.
Also made the cache on/off configurable via user_config.h. Uncached writes
are not a very good idea, but for read-only deployments a further ~0.5k RAM
can be gained by disabling the cache.

Tweaked the file.read() workhorse to read large chunks at a time rather
than use getc(), to compensate for potential unavailability of cache.
2015-07-31 18:15:18 +10:00
..
docs update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
test fix bugs for spiffs from pellepl/spiffs 2015-03-10 23:07:47 +08:00
LICENSE update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
Makefile source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
spiffs.c Reduced SPIFFS cache, freeing ~0.5k RAM. 2015-07-31 18:15:18 +10:00
spiffs.h Updated SPIFFS to 0.3.2, plus alignment fix. 2015-07-17 13:40:55 +10:00
spiffs_cache.c Updated SPIFFS to 0.3.2, plus alignment fix. 2015-07-17 13:40:55 +10:00
spiffs_check.c update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
spiffs_config.h Reduced SPIFFS cache, freeing ~0.5k RAM. 2015-07-31 18:15:18 +10:00
spiffs_gc.c Updated SPIFFS to 0.3.2, plus alignment fix. 2015-07-17 13:40:55 +10:00
spiffs_hydrogen.c Updated SPIFFS to 0.3.2, plus alignment fix. 2015-07-17 13:40:55 +10:00
spiffs_nucleus.c Updated SPIFFS to 0.3.2, plus alignment fix. 2015-07-17 13:40:55 +10:00
spiffs_nucleus.h Reduced SPIFFS cache, freeing ~0.5k RAM. 2015-07-31 18:15:18 +10:00