Changeset 779847a5 in rtems for bsps/arm/atsam/include/bsp.h

Timestamp:
01/12/22 15:12:20 (2 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5
Children:
9942ff80
Parents:
d9c0dd3
git-author:
Christian Mauderer <christian.mauderer@…> (01/12/22 15:12:20)
git-committer:
Christian Mauderer <christian.mauderer@…> (01/18/22 07:50:06)
Message:

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 #4577

(No files)

Note: See TracChangeset for help on using the changeset viewer.