5ba1a6e934
* Always build spiffsimg (and make it build) * Make sure that we have the offset before allowing the user to put it into the output filename * Fix the documentation and align the makefile with the docs * Clean up the docs a bit more * Revert to include building the 8mb size (for ESP8285) * Added a spiffsimg target that does what you would expect * Added support for HOSTCC (defaults to gcc) |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
README.md | ||
main.c | ||
spiffs_typedefs.h |
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