xil-se / xildebug_sw

XilDebug is a CMSIS-DAP compliant debugger, UART bridge and power profiler all in one package.
5 stars 1 forks source link

uart: Use DMA for uart_tx #39

Closed kbeckmann closed 6 years ago

kbeckmann commented 6 years ago

This commit prepares for uart_rx_dma as well.

Closes #21