mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07: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
|