From f5b2226a804b8cfdab15e4cee29601c61bbf6d69 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Mon, 15 Sep 2025 17:32:05 -0700 Subject: [PATCH] Add littlefs-toy to the related projects section. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae6aa88..95db2a0e 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,11 @@ 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. - + +- [littlefs-toy] - A command-line tool for creating and working with littlefs + images. Uses syntax similar to tar command for ease of use. Supports working + on littlefs images embedded inside another file (firmware image, etc). + - [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. @@ -321,6 +325,7 @@ License Identifiers that are here available: http://spdx.org/licenses/ [littlefs-js]: https://github.com/geky/littlefs-js [littlefs-js-demo]:http://littlefs.geky.net/demo.html [littlefs-python]: https://pypi.org/project/littlefs-python/ +[littlefs-toy]: https://github.com/tjko/littlefs-toy [littlefs2-rust]: https://crates.io/crates/littlefs2 [nim-littlefs]: https://github.com/Graveflo/nim-littlefs [chamelon]: https://github.com/yomimono/chamelon