summaryrefslogblamecommitdiffstats
path: root/bsps/shared/dev/serial/README
blob: 59bb9e90fa8af77bebd6d628cff9e2a4caac2487 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                       
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.