mirror of https://github.com/ARMmbed/mbed-os.git
littlefs: Removed links to previous repository locations
parent
634fcf0cc4
commit
c6130306e0
|
@ -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.
|
||||
|
||||
```
|
||||
| | | .---._____
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue