embedded-sdmmc-rs
embedded-sdmmc-rs copied to clipboard
Add maybe_async
I'm using embassy, and the other repo I found (embedded-fatfs) is not supporting partition tables on the SD card.
Here is my proposal to add maybe_async
to this repo, so it can be used "as-is", or asynchronously.
I also needed to make BlockDevice
mutable to support DMA on STM32.
All comments are welcomed.