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
22
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.
55
66```
77 | | | .---._____
Original file line number Diff line number Diff line change @@ -141,11 +141,6 @@ make test
141141
142142## Related projects
143143
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-
149144[ littlefs-fuse] ( https://github.com/geky/littlefs-fuse ) - A [ FUSE] ( https://github.com/libfuse/libfuse )
150145wrapper for littlefs. The project allows you to mount littlefs directly in a
151146Linux 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