1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-09-21 06:43:37 +00:00
lilybook/components/spiffs_image/image/spiffs.info

12 lines
405 B
Plaintext
Raw Normal View History

INTRODUCTION
Spiffs is a file system intended for SPI NOR flash devices on embedded targets.
Spiffs is designed with following characteristics in mind:
* Small (embedded) targets, sparse RAM without heap
* Only big areas of data (blocks) can be erased
* An erase will reset all bits in block to ones
* Writing pulls one to zeroes
* Zeroes can only be pulled to ones by erase
* Wear leveling