k210-hal icon indicating copy to clipboard operation
k210-hal copied to clipboard

Add support for DMAC

Open Winnaries opened this issue 3 years ago • 0 comments

Changes Made

  • Added DMA handshake select in sysctl
  • Added DmacExt struct for constraining pac::DMAC for Dmac instance
  • Ported some DMAC driver from C++ library into Dmac as methods#14

To-do

  • [ ] Implement Transfer struct for indicating on-going DMA transfer
  • [ ] Split all 6 DMA channels into its own struct

Winnaries avatar Feb 24 '21 04:02 Winnaries