Skip to content

Commit adad0fb

Browse files
authored
Merge pull request #1140 from tjko/littlefs-toy
Add littlefs-toy to the related projects section.
2 parents ed12705 + f5b2226 commit adad0fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ License Identifiers that are here available: http://spdx.org/licenses/
267267
to create images of the filesystem on your PC. Check if littlefs will fit
268268
your needs, create images for a later download to the target memory or
269269
inspect the content of a binary image of the target memory.
270-
270+
271+
- [littlefs-toy] - A command-line tool for creating and working with littlefs
272+
images. Uses syntax similar to tar command for ease of use. Supports working
273+
on littlefs images embedded inside another file (firmware image, etc).
274+
271275
- [littlefs2-rust] - A Rust wrapper for littlefs. This project allows you
272276
to use littlefs in a Rust-friendly API, reaping the benefits of Rust's memory
273277
safety and other guarantees.
@@ -321,6 +325,7 @@ License Identifiers that are here available: http://spdx.org/licenses/
321325
[littlefs-js]: https://github.com/geky/littlefs-js
322326
[littlefs-js-demo]:http://littlefs.geky.net/demo.html
323327
[littlefs-python]: https://pypi.org/project/littlefs-python/
328+
[littlefs-toy]: https://github.com/tjko/littlefs-toy
324329
[littlefs2-rust]: https://crates.io/crates/littlefs2
325330
[nim-littlefs]: https://github.com/Graveflo/nim-littlefs
326331
[chamelon]: https://github.com/yomimono/chamelon

0 commit comments

Comments
 (0)