From e43d381135d74a91b40301d71d0bcfdf130f740a Mon Sep 17 00:00:00 2001 From: Lachezar Lechev <8925621+elpiel@users.noreply.github.com> Date: Fri, 17 Mar 2023 09:24:39 +0200 Subject: [PATCH 1/2] chore: add littlefs2 crate to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db75fa17..96fd0014 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 From 363a8b56cf70c165a37a02f604fa6ed9b15fd186 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 18 Apr 2023 16:12:32 -0500 Subject: [PATCH 2/2] Tweaked wording of littlefs2-rust link in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96fd0014..3afddfdd 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,9 @@ License Identifiers that are here available: http://spdx.org/licenses/ 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. +- [littlefs2-rust] - A Rust wrapper for littlefs. This project allows you + to use littlefs in a Rust-friendly API, reaping the benefits of Rust's memory + safety and other guarantees. - [littlefs-disk-img-viewer] - A memory-efficient web application for viewing littlefs disk images in your web browser. @@ -267,5 +268,4 @@ License Identifiers that are here available: http://spdx.org/licenses/ [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