summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-262003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill1-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-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
* console-polled.c, console.c: Fixed typo.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-15/+0
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1-14/+2
for RTEMS.
1998-08-08Corrected spacing.Joel Sherrill1-1/+1
1998-07-29Cleaned up comment.Joel Sherrill1-4/+5
Modified open so it uses a local variable rather than modifying a parameter.
1998-07-25New file -- copied from dmv177 but same as ppcn_60x.Joel Sherrill1-0/+290