File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
features/filesystem/littlefs Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- ## Mbed wrapper for the little filesystem
1
+ ## Mbed OS API for the little filesystem
2
2
3
- This is the mbed wrapper for [ littlefs] ( https://github.com/geky/littlefs ) ,
4
- a little fail-safe filesystem designed for embedded systems.
3
+ This is the Mbed OS API for littlefs, a little fail-safe filesystem
4
+ designed for embedded systems.
5
5
6
6
```
7
7
| | | .---._____
Original file line number Diff line number Diff line change @@ -141,11 +141,6 @@ make test
141
141
142
142
## Related projects
143
143
144
- [ mbed-littlefs] ( https://github.com/armmbed/mbed-littlefs ) - The easiest way to
145
- get started with littlefs is to jump into [ Mbed] ( https://os.mbed.com/ ) , which
146
- already has block device drivers for most forms of embedded storage. The
147
- mbed-littlefs provides the Mbed wrapper for littlefs.
148
-
149
144
[ littlefs-fuse] ( https://github.com/geky/littlefs-fuse ) - A [ FUSE] ( https://github.com/libfuse/libfuse )
150
145
wrapper for littlefs. The project allows you to mount littlefs directly in a
151
146
Linux machine. Can be useful for debugging littlefs if you have an SD card
You can’t perform that action at this time.
0 commit comments