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

Add maybe_async

Open brunob45 opened this issue 4 months ago • 24 comments

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.

brunob45 avatar Oct 18 '24 13:10 brunob45