nodemcu-firmware/tools/spiffsimg
Marcel Stör ecf9c64404 Revert "Next 1.5.4.1 master drop (#1627)"
This reverts commit 04ce0adf6f.
2016-12-07 22:18:35 +01:00
..
.gitignore Upgrade to latest SPIFFS and add building of file systems (#1226) 2016-06-05 23:10:58 +02:00
Makefile Revert "Next 1.5.4.1 master drop (#1627)" 2016-12-07 22:18:35 +01:00
README.md Upgrade to latest SPIFFS and add building of file systems (#1226) 2016-06-05 23:10:58 +02:00
main.c Fixes the spiffsimg issues (#1502) (#1503) 2016-09-21 11:45:53 +10:00
spiffs_typedefs.h Upgrade to latest SPIFFS and add building of file systems (#1226) 2016-06-05 23:10:58 +02:00

README.md

spiffsimg - Manipulate SPI Flash File System disk images

Ever wished you could prepare a SPIFFS image offline and flash the whole thing onto your microprocessor's storage instead of painstakingly upload file-by-file through your app on the micro? With spiffsimg you can!

For the full gory details see spiffs.md