Skip to content

Commit 8336ecd

Browse files
committed
Added a link to pico-littlefs-usb (FAT12 emulation)
Implemented by oyama, pico-littlefs-usb provides an easy interface to littlefs by emulating a FAT12 filesystem over USB. There are some tradeoffs to this, but being able to mount a littlefs device without installing additional drivers is very nice. Maybe in the future devices could provide both a FAT and raw endpoint for easy/advanced filesystem access.
1 parent 68d28b5 commit 8336ecd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ License Identifiers that are here available: http://spdx.org/licenses/
237237
- [mklfs] - A command line tool built by the [Lua RTOS] guys for making
238238
littlefs images from a host PC. Supports Windows, Mac OS, and Linux.
239239

240+
- [pico-littlefs-usb] - An interface for littlefs that emulates a FAT12
241+
filesystem over USB. Allows mounting littlefs on a host PC without additional
242+
drivers.
243+
240244
- [Mbed OS] - The easiest way to get started with littlefs is to jump into Mbed
241245
which already has block device drivers for most forms of embedded storage.
242246
littlefs is available in Mbed OS as the [LittleFileSystem] class.
@@ -278,3 +282,4 @@ License Identifiers that are here available: http://spdx.org/licenses/
278282
[littlefs2-rust]: https://crates.io/crates/littlefs2
279283
[chamelon]: https://github.com/yomimono/chamelon
280284
[nim-littlefs]: https://github.com/Graveflo/nim-littlefs
285+
[pico-littlefs-usb]: https://github.com/oyama/pico-littlefs-usb

0 commit comments

Comments
 (0)