mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
af39a0bc25
Fixes #1164 and thus also #1150, #1149, #1147 and #898. * Move to latest version of SPIFFS * Add SPIFFS porting layer for NodeMCU * Add option to delete output if it doesn't fit * Change FLASHSIZE to be in bits by default: default 4mb 32mb * Add SPIFFS_MAX_FILESYSTEM_SIZE override * Add notes on SPIFFS_FIXED_LOCATION * Add 1M boundary * Include the current version of the LICENSE
8 lines
342 B
Markdown
8 lines
342 B
Markdown
# 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](../../docs/en/spiffs.md)
|