Lines Matching refs:a
22 **Bounded RAM/ROM** - littlefs is designed to work with a small amount of
30 Here's a simple example that updates a file named `boot_count` every time
97 littlefs takes in a configuration structure that defines how the filesystem
105 simultaneously. With the `lfs_t` and configuration struct, a user can
106 format a block device or mount the filesystem.
108 Once mounted, the littlefs provides a full set of POSIX-like file and
121 All littlefs calls have the potential to return a negative error code. The
126 user may return a `LFS_ERR_CORRUPT` error if the implementation already can
139 At a high level, littlefs is a block based filesystem that uses small logs to
142 In littlefs, these ingredients form a sort of two-layered cake, with the small
147 Both of these data structures are built out of blocks, which are fed by a
148 common block allocator. By limiting the number of erases allowed on a block
194 The littlefs comes with a test suite designed to run on a PC using the
196 The tests assume a Linux environment and can be started with make:
218 mount littlefs directly on a Linux machine. Can be useful for debugging
227 your needs, create images for a later download to the target memory or
228 inspect the content of a binary image of the target memory.
231 to use littlefs in a Rust-friendly API, reaping the benefits of Rust's memory
238 littlefs images from a host PC. Supports Windows, Mac OS, and Linux.
244 - [SPIFFS] - Another excellent embedded filesystem for NOR flash. As a more
250 MCUs. It offers static wear-leveling and power-resilience with only a fixed