From c6130306e06deff35e9685fd8886263e7cc1fccc Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Thu, 30 Nov 2017 10:54:43 -0600 Subject: [PATCH] littlefs: Removed links to previous repository locations --- features/filesystem/littlefs/README.md | 6 +++--- features/filesystem/littlefs/littlefs/README.md | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/features/filesystem/littlefs/README.md b/features/filesystem/littlefs/README.md index 46660a22382..43584849e11 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 f77c3dc3c13..387e7567708 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