Arduino Due libraries (official and 3rd party)

rblilja:
Serial library using DMA. Needs more testing, as far I can tell though it works.

GitHub - rblilja/DmaSerial: Serial library utilising DMA on the SAM3X8E MCU (Arduino Due).

Looks good. Really clean code. Good comments at the head of each function.

But what does it do? What are the limitations? Does it clobber any Arduino constructs, like can I use the same UART with both methods interchangeabley? A readme file would be very useful.

Any example code? It looks like the constructor requires a pointer to a UART but I don't know what that might look like.