From 3ae87f4e29c3dddf1ddeba8c7ad9c2c5da87bad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 21 Jun 2021 18:52:00 +0200 Subject: [PATCH 1/2] Add littlefs-disk-img-viewer to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 584ada39..11387d0f 100644 --- a/README.md +++ b/README.md @@ -227,6 +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. +- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing + littlefs disk images in your web browser. + - [mklfs] - A command line tool built by the [Lua RTOS] guys for making littlefs images from a host PC. Supports Windows, Mac OS, and Linux. @@ -245,6 +248,7 @@ License Identifiers that are here available: http://spdx.org/licenses/ [BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html +[littlefs-disk-img-viewer]: https://tniessen.github.io/littlefs-disk-img-viewer/ [littlefs-fuse]: https://github.com/geky/littlefs-fuse [FUSE]: https://github.com/libfuse/libfuse [littlefs-js]: https://github.com/geky/littlefs-js From bf045dd13cad3a1f7731e074ac49fa6a347fb37c Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 19 Apr 2023 11:48:06 -0500 Subject: [PATCH 2/2] Tweaked link to littlefs-disk-img-viewer to go to github repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11387d0f..c2d7b799 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ License Identifiers that are here available: http://spdx.org/licenses/ [BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html -[littlefs-disk-img-viewer]: https://tniessen.github.io/littlefs-disk-img-viewer/ +[littlefs-disk-img-viewer]: https://github.com/tniessen/littlefs-disk-img-viewer [littlefs-fuse]: https://github.com/geky/littlefs-fuse [FUSE]: https://github.com/libfuse/libfuse [littlefs-js]: https://github.com/geky/littlefs-js