summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-281-1/+2
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-111-2/+2
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-051-0/+2
* Added comments and corrected spacing.Joel Sherrill1998-07-251-21/+24
* Corrected spacing and added a comment.Joel Sherrill1998-07-251-3/+5
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-251-1/+1
* Removed z85c30_flush().Joel Sherrill1998-07-251-124/+79
* Removed use of data port for z8530.Joel Sherrill1998-07-181-60/+54
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-151-1/+2
* Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1998-07-151-1/+1
* Added set attributes routine but did not hook it in to the table.Joel Sherrill1998-07-091-12/+105
* Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1998-07-091-18/+18
* Added NULL entry for setAttributes.Joel Sherrill1998-06-231-0/+2
* Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1998-06-221-11/+2
* Added comments and corrected spacing.Joel Sherrill1998-06-221-1/+16
* Initial incarnation of libchip compiles.Joel Sherrill1998-06-131-1/+1
* Base code from ppcn_60x BSPJoel Sherrill1998-06-131-0/+830