summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5235/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* termios: Update due to API changesSebastian Huber2013-06-251-10/+7
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-031-1/+2
| | | | * console/console.c: Add BSP_poll_char.
* adapted to new prototype for *_write functionThomas Doerfler2009-12-171-7/+8
|
* Whitespace removal.Ralf Corsepius2009-11-291-10/+10
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-1/+1
| | | | | * console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
* 2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-231-37/+1
| | | | | | * console/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
* 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-231-12/+0
| | | | | * console/console.c: Remove all references to console_reserve_resources and termios_reserve_resources.
* 2007-12-03 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-031-0/+14
| | | | | | | * console/console.c: Set the baud rate for stdin to 19200 when opening the console. This is the default rate for the dbug monitor. * gdb-init: New.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-111-1/+1
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* Eliminate unsigned32, unsigned8.Ralf Corsepius2005-11-071-3/+3
|
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-171-0/+799
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.