littlefs2 icon indicating copy to clipboard operation
littlefs2 copied to clipboard

Example for SD card on Microcontroller?

Open gauteh opened this issue 2 years ago • 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

gauteh avatar May 11 '22 08:05 gauteh

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

elpiel avatar Mar 16 '23 15:03 elpiel