Spiffs
Visit Toolspiffs is an open-source wear-leveled SPI flash file system for embedded devices, designed for small targets with sparse RAM. It provides a POSIX-like API for managing files on NOR flash memory.
At a glance
Trending
spiffs is an open-source wear-leveled SPI flash file system for embedded devices, designed for small targets with sparse RAM. It provides a POSIX-like API for managing files on NOR flash memory.
Trending
About
SPIFFS (SPI Flash File System) is an open-source file system specifically engineered for SPI NOR flash devices in embedded systems. It prioritizes low RAM usage, operating with statically sized RAM buffers independent of the number of files. SPIFFS offers a POSIX-like API for file operations, including open, close, read, write, seek, and stat. It supports wear leveling to extend the lifespan of flash memory and includes built-in file system consistency checks. While highly configurable and capable of running multiple configurations on the same target, it currently does not support directories, creating a flat file structure. It is intended for small memory devices, typically up to 128MB, due to its design goal of minimal RAM consumption.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending