littlefs: Removed links to previous repository locations

pull/5538/head
Christopher Haster 2017-11-30 10:54:43 -06:00
parent 634fcf0cc4
commit c6130306e0
2 changed files with 3 additions and 8 deletions

View File

@ -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), This is the Mbed OS API for littlefs, a little fail-safe filesystem
a little fail-safe filesystem designed for embedded systems. designed for embedded systems.
``` ```
| | | .---._____ | | | .---._____

View File

@ -141,11 +141,6 @@ make test
## Related projects ## 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) [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 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 Linux machine. Can be useful for debugging littlefs if you have an SD card