diff --git a/features/filesystem/littlefs/README.md b/features/filesystem/littlefs/README.md index 46660a2238..43584849e1 100644 --- a/features/filesystem/littlefs/README.md +++ b/features/filesystem/littlefs/README.md @@ -1,7 +1,7 @@ -## Mbed wrapper for the little filesystem +## Mbed OS API for the little filesystem -This is the mbed wrapper for [littlefs](https://github.com/geky/littlefs), -a little fail-safe filesystem designed for embedded systems. +This is the Mbed OS API for littlefs, a little fail-safe filesystem +designed for embedded systems. ``` | | | .---._____ diff --git a/features/filesystem/littlefs/littlefs/README.md b/features/filesystem/littlefs/littlefs/README.md index f77c3dc3c1..387e756770 100644 --- a/features/filesystem/littlefs/littlefs/README.md +++ b/features/filesystem/littlefs/littlefs/README.md @@ -141,11 +141,6 @@ 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. - [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 Linux machine. Can be useful for debugging littlefs if you have an SD card