File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments