embedded-sdmmc-rs icon indicating copy to clipboard operation
embedded-sdmmc-rs copied to clipboard

A SD/MMC library with FAT16/FAT32 support, suitable for Embedded Rust systems

Results 42 embedded-sdmmc-rs issues
Sort by recently updated
recently updated
newest added

You can't open a child directory whilst iterating a directory. We should support that because otherwise you have to cache all the child names and then do an expensive directory...

I ran `fsck.vfat` on a disk image I was using with this crate, and it complained that the second FAT was out of date. We should ensure that we write...