summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-062000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+0
* console/console.c: Removed console_reserve_resources().
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill1-31/+51
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/boardinit.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New file.
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
reduce dependencies and shrink minimum executable size.
1999-05-18Spacing correction.Joel Sherrill1-1/+0
1998-07-07Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1-5/+5
"if defined".
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
properly reflect the const on the buffer pointer being passed in.
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
of switching to the modified GNU GPL.
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
defined in the targopts.h file.
1996-12-02Replacement for the sis bsp which supports the simulator and realJoel Sherrill1-0/+630
hardware. From Jiri Gaisler <jgais@wd.estec.esa.nl>. Supports sis 2.6 and later.