Skip to content

Commit

Permalink
chore: add littlefs2 crate to README
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel authored and geky committed Apr 26, 2023
1 parent ee6a51b commit e43d381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ License Identifiers that are here available: http://spdx.org/licenses/
to create images of the filesystem on your PC. Check if littlefs will fit
your needs, create images for a later download to the target memory or
inspect the content of a binary image of the target memory.

- [littlefs2-rust] - Idiomatic Rust API for the littlefs microcontroller
filesystem with ow-level bindings provided by the [littlefs2-sys] crate.

- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing
littlefs disk images in your web browser.
Expand Down Expand Up @@ -263,4 +266,6 @@ License Identifiers that are here available: http://spdx.org/licenses/
[SPIFFS]: https://github.com/pellepl/spiffs
[Dhara]: https://github.com/dlbeer/dhara
[littlefs-python]: https://pypi.org/project/littlefs-python/
[littlefs2-rust]: https://crates.io/crates/littlefs2
[littlefs2-sys]: https://crates.io/crates/littlefs2-sys
[chamelon]: https://github.com/yomimono/chamelon

0 comments on commit e43d381

Please sign in to comment.