summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Move libchip to bspsSebastian Huber2018-04-041-776/+0
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+1
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
* 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-2/+2
* libchip/serial: Fix warningsSebastian Huber2013-02-111-6/+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/+6
* 2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-061-1/+1
* 2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-281-3/+0
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-39/+39
* 2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-111-2/+0
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-1/+2
* 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
* 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-031-1/+1
* 2005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-021-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-201-32/+32
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-17/+17
* 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2003-09-261-19/+44
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-281-2/+2
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-111-2/+2
* Don't disable the RX/TX on close in polled mode.Joel Sherrill1998-08-131-2/+3
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-051-0/+2
* Corrected spacing.Joel Sherrill1998-07-281-1/+0
* Added comments and corrected spacing.Joel Sherrill1998-07-251-0/+4
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-251-1/+1
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-251-31/+5
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-251-4/+9
* Minor corrections for typos to get it to compile.Joel Sherrill1998-07-161-2/+2
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-161-103/+6
* Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1998-07-151-121/+93
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-151-148/+147
* Switched to default probe routine.Joel Sherrill1998-07-091-17/+2
* Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1998-07-091-1/+6
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-091-15/+22
* Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1998-07-091-105/+192
* Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1998-06-231-225/+87
* Added numerous comments.Joel Sherrill1998-06-231-15/+72
* Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1998-06-231-41/+77
* Added close.Joel Sherrill1998-06-231-4/+28
* Added set attributes and written initialize and first open.Joel Sherrill1998-06-231-78/+236
* Added initial part of iniitialization.Joel Sherrill1998-06-221-6/+28
* Added mc68681 stuff to the makefile.Joel Sherrill1998-06-221-68/+110