summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2003-09-261-13/+23
| | | | | | | | | PR 501/rtems_misc * console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: URL for license changed.
* 2001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-121-1/+0
| | | | * console-polled.c, console.c: Fixed typo.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-15/+0
|
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-14/+2
| | | | for RTEMS.
* Corrected spacing.Joel Sherrill1998-08-081-1/+1
|
* Cleaned up comment.Joel Sherrill1998-07-291-4/+5
| | | | Modified open so it uses a local variable rather than modifying a parameter.
* New file -- copied from dmv177 but same as ppcn_60x.Joel Sherrill1998-07-251-0/+290