mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 12:23:28 +00:00
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
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
|