Difference between revisions of "Littlefs"
Jump to navigation
Jump to search
m (Add link to "thevtool dot com" regarding mount operation of littlefs filesystems.) |
m (Link to a Particle Community post regarding wear leveling using littlefs.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
* https://github.com/littlefs-project/littlefs | * https://github.com/littlefs-project/littlefs | ||
+ | |||
+ | * https://github.com/ARMmbed/mbed-littlefs/blob/master/README.md | ||
+ | |||
+ | * https://docs.zephyrproject.org/apidoc/latest/littlefs_8h.html | ||
Some practical utilities and steps to work with littlefs filesystems: | Some practical utilities and steps to work with littlefs filesystems: | ||
* https://www.thevtool.com/mounting-littlefs-on-linux-machine/ | * https://www.thevtool.com/mounting-littlefs-on-linux-machine/ | ||
+ | |||
+ | A Particle Community post regarding wear leveling using littlefs: | ||
+ | |||
+ | * https://community.particle.io/t/little-fs-wear-levelling-and-sequentialfilerk-publishqueueposix/60651 | ||
+ | |||
+ | <!-- odne komentar --> |
Latest revision as of 19:10, 29 July 2025
Notes on "littlefs"
Some practical utilities and steps to work with littlefs filesystems:
A Particle Community post regarding wear leveling using littlefs: