Skip to content

Commit

Permalink
Added a link to pico-littlefs-usb (FAT12 emulation)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
geky committed Apr 17, 2024
1 parent 68d28b5 commit 8336ecd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ License Identifiers that are here available: http://spdx.org/licenses/
- [mklfs] - A command line tool built by the [Lua RTOS] guys for making
littlefs images from a host PC. Supports Windows, Mac OS, and Linux.

- [pico-littlefs-usb] - An interface for littlefs that emulates a FAT12
filesystem over USB. Allows mounting littlefs on a host PC without additional
drivers.

- [Mbed OS] - The easiest way to get started with littlefs is to jump into Mbed
which already has block device drivers for most forms of embedded storage.
littlefs is available in Mbed OS as the [LittleFileSystem] class.
Expand Down Expand Up @@ -278,3 +282,4 @@ License Identifiers that are here available: http://spdx.org/licenses/
[littlefs2-rust]: https://crates.io/crates/littlefs2
[chamelon]: https://github.com/yomimono/chamelon
[nim-littlefs]: https://github.com/Graveflo/nim-littlefs
[pico-littlefs-usb]: https://github.com/oyama/pico-littlefs-usb

0 comments on commit 8336ecd

Please sign in to comment.