Files
rtems/bsps/shared/dev/serial
Kinsey Moore 26d61c8670 bsps/zynq-uart: Make post baud change kick global
The existing fix for the ZynqMP UART hardware bug only caught the vast
majority of instances where it could occur. To fully fix the data
corruption, this fix must be applied after every baud rate change. This
makes the logic reset and kick apply in any locations where the baud
rate could be changed.
2021-06-29 11:42:06 -05:00
..
2020-10-05 16:11:39 -05:00

This is the serial controller portion of the libchip library.  This 
directory contains the source code for reusable console driver
support code.  Each individual driver is configured using the
console_tbl data structure.  This structure is defined and explained
in the console.h file.

The reusable chip drivers do not directly access the serial controller.
They access the registers on the controller via a set of up to four 
functions which are provided by the BSP.  These functins set and get
general registers and data buffers.  Some chips can access the data
buffers as general registers and thus the driver may not require
those interface routines.