mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
44a087111d
This commit adds support for TX DMA transfers for USART peripheral. Code refactor in sam_serial.h was also required in order to have correct defines for all possible cases (both RX and TX DMA used, just one used, none used). Signed-off-by: Michal Lenc <michallenc@seznam.cz>