summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/av5282/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-711/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-2/+0
The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-3/+3
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
2016-03-29m68k/av5282/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/av5282: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-2/+3
2014-10-13m68k/av5282/console/console.c: Eliminate unused debug methodsJoel Sherrill1-23/+0
2013-06-25termios: Update due to API changesSebastian Huber1-10/+7
Termios notifies now the driver about an inactive transmit with the length argument set to zero.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-05-11Miscellaneous - Clean up file headers so patterns followedJoel Sherrill1-7/+7
XXX
2010-08-032010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-638/+627
* console/console.c: Add BSP_poll_char. Reformat.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-7/+8
2009-11-29Whitespace removal.Ralf Corsepius1-11/+11
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2008-05-232008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-40/+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-232008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-12/+0
* console/console.c: Remove all references to console_reserve_resources and termios_reserve_resources.
2005-11-122005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* bsp_specs: Remove %cpp. * console/console.c: Eliminate obsolete types.
2005-08-172005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill1-20/+9
* .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
2005-02-04Fix flash base address.Eric Norum1-5/+10
Enable UART2.
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* console/console.c, include/bsp.h, network/network.c, startup/bspstart.c: Remove obsolete fixed size types.
2005-02-03Add support for interrupt controller allocation. This will provides aEric Norum1-1/+4
mechanism for applications to find a free level/priority.
2005-02-01Want only two serial ports for now.Eric Norum1-1/+5
2005-01-28New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum1-0/+801