summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-893/+0
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-1/+1
2014-11-26libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin1-1/+0
2014-11-26libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin1-1/+7
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-0/+1
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-4/+4
2013-02-11libchip/serial: Fix warningsSebastian Huber1-2/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-09libchip/serial - Only use set_vector() on Simple Vectored ArchitecturesJoel Sherrill1-1/+5
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-45/+46
2011-10-102011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+2
2010-04-262010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-5/+5
2010-04-09adapt _write_ functions to new prototypeThomas Doerfler1-5/+5
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2008-09-07Convert to "bool".Ralf Corsepius1-3/+3
2005-05-062005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
2004-04-20Remove stray white spaces.Ralf Corsepius1-19/+19
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-4/+4
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-28/+28
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-09-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
2001-10-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2001-03-142001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
2001-03-022001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
1998-10-28Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1-1/+2
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1-2/+2
1998-08-05Commented out the code which yields the CPU when the serial controller isJoel Sherrill1-0/+2
1998-07-25Added comments and corrected spacing.Joel Sherrill1-21/+24
1998-07-25Corrected spacing and added a comment.Joel Sherrill1-3/+5
1998-07-25Changed variable to hold received data to unsigned.Joel Sherrill1-1/+1
1998-07-25Removed z85c30_flush().Joel Sherrill1-124/+79
1998-07-18Removed use of data port for z8530.Joel Sherrill1-60/+54
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill1-1/+2
1998-07-15Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1-1/+1
1998-07-09Added set attributes routine but did not hook it in to the table.Joel Sherrill1-12/+105
1998-07-09Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1-18/+18
1998-06-23Added NULL entry for setAttributes.Joel Sherrill1-0/+2
1998-06-22Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1-11/+2
1998-06-22Added comments and corrected spacing.Joel Sherrill1-1/+16
1998-06-13Initial incarnation of libchip compiles.Joel Sherrill1-1/+1
1998-06-13Base code from ppcn_60x BSPJoel Sherrill1-0/+830