diff options
author | Christian Mauderer <christian.mauderer@embedded-brains.de> | 2022-01-13 08:38:07 +0100 |
---|---|---|
committer | Christian Mauderer <christian.mauderer@embedded-brains.de> | 2022-01-18 08:41:15 +0100 |
commit | aa95122c17707d6eaadcbdae71aad33446fcf66c (patch) | |
tree | 00cc64ca39cf06fb3e74e159c3280fe41139417a /tools/cpu | |
parent | bsp/atsam: Merge USART and UART driver (diff) | |
download | rtems-aa95122c17707d6eaadcbdae71aad33446fcf66c.tar.bz2 |
bsp/atsam: Optionally use DMA for UART Rx
If the system is busy with other interrupts and the UART is set to a
fast baud rate, it's possible to loose UART interrupts and therefore
characters. This allows to optionally enable a DMA for the UARTs so that
a number of lost interrupts can be tolerated.
The number of DMAs on this chip is limited and not not all applications
need that feature. Therefore the DMA is disabled by default.
Close #4578
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions