Skip to content

Commit

Permalink
littlefs: Removed links to previous repository locations
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Nov 30, 2017
1 parent 634fcf0 commit c613030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions features/filesystem/littlefs/README.md
Original file line number Diff line number Diff line change
@@ -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.

```
| | | .---._____
Expand Down
5 changes: 0 additions & 5 deletions features/filesystem/littlefs/littlefs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c613030

Please sign in to comment.