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 <chaster@utexas.edu>2017-12-27 21:56:40 +0300
committerChristopher Haster <chaster@utexas.edu>2017-12-27 21:59:54 +0300
commitbe22d3449f23a24e7462114349ce04d751e42437 (patch)
treeb41ac466cf25364c14f6f4cda82c7e31bdec5709 /README.md
parent425aa3c6944dc7f52a68d153e9caebf3f861826f (diff)
Updated links to Mbed OS
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d02139c..79eb68b 100644
--- a/README.md
+++ b/README.md
@@ -141,10 +141,11 @@ make test
## Related projects
-[mbed-littlefs](https://github.com/armmbed/mbed-littlefs) - The easiest way to
-get started with littlefs is to jump into [mbed](https://os.mbed.com/), which
-already has block device drivers for most forms of embedded storage. The
-mbed-littlefs provides the mbed wrapper for littlefs.
+[Mbed OS](https://github.com/ARMmbed/mbed-os/tree/master/features/filesystem/littlefs) -
+The easiest way to get started with littlefs is to jump into [Mbed](https://os.mbed.com/),
+which already has block device drivers for most forms of embedded storage. The
+littlefs is available in Mbed OS as the [LittleFileSystem](https://os.mbed.com/docs/latest/reference/littlefilesystem.html)
+class.
[littlefs-fuse](https://github.com/geky/littlefs-fuse) - A [FUSE](https://github.com/libfuse/libfuse)
wrapper for littlefs. The project allows you to mount littlefs directly in a