summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Move libchip to bspsSebastian Huber2018-04-041-893/+0
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+1
* libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin2014-11-261-1/+0
* libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin2014-11-261-1/+7
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-0/+1
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-4/+4
* libchip/serial: Fix warningsSebastian Huber2013-02-111-2/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* libchip/serial - Only use set_vector() on Simple Vectored ArchitecturesJoel Sherrill2012-05-091-1/+5
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-45/+46
* 2011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-101-3/+2
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-5/+5
* adapt _write_ functions to new prototypeThomas Doerfler2010-04-091-5/+5
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-1/+1
* Convert to "bool".Ralf Corsepius2008-09-071-3/+3
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-061-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-201-19/+19
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-4/+4
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-28/+28
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-141-2/+2
* 2001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-121-1/+0
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-1/+2
* 2001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-021-1/+0
* 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