nodemcu-firmware/tools/spiffsimg
ziggurat29 5a6992c26a added spiffsimg host tools project to msvc build configuration. (#2686) 2019-04-09 14:38:49 +01:00
..
.gitignore Upgrade to latest SPIFFS and add building of file systems (#1226) 2016-06-05 23:10:58 +02:00
Makefile set default value for summary var to unbreak standalone builds (#2618) 2019-01-24 21:29:32 +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 added spiffsimg host tools project to msvc build configuration. (#2686) 2019-04-09 14:38:49 +01:00
spiffs_typedefs.h added spiffsimg host tools project to msvc build configuration. (#2686) 2019-04-09 14:38:49 +01: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