Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <geky@geky.net>2023-04-26 09:57:31 +0300
committerGitHub <noreply@github.com>2023-04-26 09:57:31 +0300
commitee6a51bbbe7ae493706c291e6c9e499e513ebd83 (patch)
tree54e09bdcb6169d713a0319dac67307af5ac45e30
parent01ac033d47f46a330a6ba280c5eaebee4f622793 (diff)
parentd9333ecbd42fc9c5568e313fb36552e39a33fa74 (diff)
Merge pull request #718 from yomimono/mention-chamelon
Add "chamelon" to the related projects section.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e555df1..db75fa1 100644
--- a/README.md
+++ b/README.md
@@ -246,6 +246,9 @@ License Identifiers that are here available: http://spdx.org/licenses/
MCUs. It offers static wear-leveling and power-resilience with only a fixed
_O(|address|)_ pointer structure stored on each block and in RAM.
+- [chamelon] - A pure-OCaml implementation of (most of) littlefs, designed for
+ use with the MirageOS library operating system project. It is interoperable
+ with the reference implementation, with some caveats.
[BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html
[littlefs-disk-img-viewer]: https://github.com/tniessen/littlefs-disk-img-viewer
@@ -260,3 +263,4 @@ 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/
+[chamelon]: https://github.com/yomimono/chamelon