pellepl / spiffs

Wear-leveled SPI flash file system for embedded devices
MIT License
1.52k stars 402 forks source link

What I think is a good idea for spiffs #272

Closed PQCraft closed 3 years ago

PQCraft commented 4 years ago
  1. Must be hierarchical
  2. Must be able to read a single byte/write a single byte in any location in a file
  3. Must be able to defragment, format, and if you feel like it, optional file checksums pls. i need these things badly. i have can only use the internal flash of my esp32 because i don't have enough free pins to use an sd card.
PQCraft commented 3 years ago

:/