source: rtems/c/src/libchip/serial/README @ c8f3e82

Last change on this file since c8f3e82 was 80b1c2f, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/98 at 18:36:19

Added information to README.mc68681.

Created the basic README and the README.z85c30.

  • Property mode set to 100644
File size: 670 bytes
Line 
1#
2#  $Id$
3#
4
5This is the serial controller portion of the libchip library.  This
6directory contains the source code for reusable console driver
7support code.  Each individual driver is configured using the
8console_tbl data structure.  This structure is defined and explained
9in the console.h file.
10
11The reusable chip drivers do not directly access the serial controller.
12They access the registers on the controller via a set of up to four
13functions which are provided by the BSP.  These functins set and get
14general registers and data buffers.  Some chips can access the data
15buffers as general registers and thus the driver may not require
16those interface routines.
17
Note: See TracBrowser for help on using the repository browser.