thejpster / monotron

A simple 8-bit home computer style application for the TI Tiva-C Launchpad
Apache License 2.0
191 stars 9 forks source link

Use DMA and add async read/write. #70

Open thejpster opened 4 years ago

thejpster commented 4 years ago

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.