littlefs2
littlefs2 copied to clipboard
Example for SD card on Microcontroller?
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