Difference between revisions of "Littlefs"
Jump to navigation
Jump to search
(Create page for notes on "littlefs" file system project.) |
m (Link to a Particle Community post regarding wear leveling using littlefs.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Notes on "littlefs" | Notes on "littlefs" | ||
− | https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/fs/littlefs/README.html | + | * https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/fs/littlefs/README.html |
− | 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: | ||
+ | |||
+ | * 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: