Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLachezar Lechev <8925621+elpiel@users.noreply.github.com>2023-03-17 10:24:39 +0300
committerChristopher Haster <geky@geky.net>2023-04-26 09:59:57 +0300
commite43d381135d74a91b40301d71d0bcfdf130f740a (patch)
tree9e08a37a9cbca535cc8b98b3a28f5f529cca23fd
parentee6a51bbbe7ae493706c291e6c9e499e513ebd83 (diff)
chore: add littlefs2 crate to README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index db75fa1..96fd001 100644
--- a/README.md
+++ b/README.md
@@ -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.
@@ -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