trussed-dev/littlefs2

Example for SD card on Microcontroller?

gauteh opened this issue · 1 comments

Hi,

are there any examples for how to use littlefs2 with embedded rust on an SD-card? Would it make sense to implement Storage for embedded-sdmmc Volume or similar?

Cheers, Gaute

I'm looking into this right now using https://crates.io/crates/async-embedded-sdmmc

Sadly, the embedded-sdmmc crate only supports fat32/fat16 and right now there isn't a crate ecosystem to combine SD cards with littlefs2