Files
rtems/bsps/shared/dev/serial
Sebastian Huber 0c3d6f58f1 termios: Add <rtems/termiosdevice.h>
Add <rtems/termiosdevice.h> which does not depend on <rtems/libio.h> to
provide rtems_termios_device_context and rtems_termios_device_handler.
For polled serial device drivers, this removes a header file dependency
to the full file system support.
2023-05-31 10:07:17 +02:00
..
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02: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.