summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-8/+8
| | | | | | Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
* bsps: Use CONSOLE_DEVICE_NAMESebastian Huber2013-06-211-1/+2
|
* bsps: Remove debug output in shared console driverSebastian Huber2013-06-211-4/+0
|
* bsps: Add fatal errors for shared console driverSebastian Huber2013-06-211-14/+8
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-11-181-5/+8
| | | | * console.c: Added a some error checks and fixed a error message.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-071-2/+2
| | | | | * console_private.h: Removed Console_Port_Minor declaration. * console.c: Define console_initialized as static.
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-201-0/+1
| | | | * console.c: Include <rtems/error.h> for rtems_panic().
* Remove white spaces.Ralf Corsepius2011-10-191-2/+2
|
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-191-1/+2
| | | | * console.c: RTEMS_DEBUG is a define, not a variable.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-118/+175
| | | | | | | | PR 1917/bsps * console.c: Modifications to add dynamic tables for libchip serial drivers. * console_control.c, console_private.h, console_read.c, console_select.c, console_write.c: New files.
* 2011-03-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-03-211-3/+5
| | | | * console.c: Make device file optional.
* 2011-02-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-281-58/+26
| | | | | * console.c: Register also normal device file of the console device. Call initialization before the device file registration.
* 2011-02-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-011-2/+7
| | | | * console.c: Flow control is optional.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-17/+25
| | | | | * console.c: Fix tabs and allow the BSP to override the default baud rate.
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | | PR 577/bsps * console.c: Make the previously committed patch for this PR compile.
* 2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2005-08-191-4/+9
| | | | | | | | PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx() only as part of the last close.
* Remove stray white spaces.Ralf Corsepius2004-04-211-9/+9
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-3/+0
|
* 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