summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/console/console.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-437/+0
2016-03-29sparc/leon2: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-2/+4
2014-11-23leon2: include <rtems/ringbuf.h> not <ringbuf.h>Joel Sherrill1-2/+2
2014-10-13sparc/leon2: Fix warningsJoel Sherrill1-4/+4
2014-05-27bsps/sparc: Change tabs to spaces.Daniel Cederman1-1/+1
2014-04-03leon2 ckinit.c, console.c: Comment clean upJoel Sherrill1-21/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-02leon2_doxygen_1Radu1-0/+6
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2009-11-29Whitespace removal.Ralf Corsepius1-23/+23
2008-09-05Convert to "bool".Ralf Corsepius1-7/+7
2006-12-12Use uint32_t instead of rtems_unsigned32/unsigned32.Ralf Corsepius1-5/+5
2006-01-09Backport from rtems-4-6-branch.Ralf Corsepius1-29/+50
2004-04-21Remove duplicate white lines.Ralf Corsepius1-1/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-23/+23
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-5/+5
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-09-032003-09-03 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill1-2/+2
2001-10-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2000-12-062000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+0
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill1-31/+51
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-27Split out polled io, debug puts, and console reserve resources toJoel Sherrill1-82/+4
1999-05-18Spacing correction.Joel Sherrill1-1/+0
1998-07-07Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1-5/+5
1998-06-18Spacing changes.Joel Sherrill1-3/+3
1998-05-04Switched to termios callback structure.Joel Sherrill1-19/+30
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-02-03Corrected spelling error so interrupt driven console would work.Joel Sherrill1-2/+2
1997-12-22Corrected prototypes for all termios console write driver entries toJoel Sherrill1-1/+1
1997-11-18Added argument as required by new version of termios_open.Joel Sherrill1-2/+4
1997-10-23Switched to new style for read support routine.Joel Sherrill1-10/+6
1997-10-23Added console_reserve_resources.Joel Sherrill1-6/+9
1997-10-21Converted to termios style device driver.Joel Sherrill1-265/+144
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-09-15eliminated potential for overfilling buffer on readJoel Sherrill1-1/+0
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1997-03-21Removed Fake input ifdef code.Joel Sherrill1-15/+0
1997-01-29The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are nowJoel Sherrill1-7/+1
1996-12-02Replacement for the sis bsp which supports the simulator and realJoel Sherrill1-0/+630