trussed-dev / littlefs2

Idiomatic Rust API for littlefs

Home Page:https://lib.rs/littlefs2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for SD card on Microcontroller?

gauteh opened this issue · 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