monotron
monotron copied to clipboard
Use DMA and add async read/write.
It would be nice if we didn't have to spin while reading from the SD card. We can use DMA to transfer blocks in the background. The API will have to give the user a Future they can poll or resolve later.