JamesMunns[m]: > <@jamesmunns:beeper.com> but yeah, I don't need a filesystem very often for the kinds of things that I do, the most common cases are: > > * some kind of settings page, but writes are rare enough I usually just use a chunk of internal flash and don't care about wear leveling > * Some kind of rolling log, sequential storage would probably work for this > * Storage of multiple firmware images for rollback, these are usually such a large fraction of the flash it probably wouldn't make sense to use a FS for Yeah, same. Except for me also saving runtime data (usually together with config data) for power-down. This was the main reason to write the crate. The fifo queue was a nice extra that I could implement with the existing infra I created