summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/gen68340/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-10libio: Clean up usage of rtems_termios_device_modeKinsey Moore1-2/+2
This cleans up outputUsesInterrupts usage with rtems_termios_device_mode enum values. The outputUsesInterrupts member was typed as an int, named as if it were a boolean value, and used as if it were a rtems_termios_device_mode enum. In this patch, values assigned to outputUsesInterrupts have been converted to the corresponding rtems_termios_device_mode enum value, conversions from deviceOutputUsesInterrupts have been made explicit, and uses of rtems_termios_device_mode enum values with deviceOutputUsesInterrupts have been converted to booleans.
2022-07-11bsps/m68k/gen68340: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-11-12m68k: Remove use of proc_ptrSebastian Huber1-2/+2
Update #3585.
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-14/+4
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/gen68340: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-5/+7
2014-10-16m68k/gen68340: Fix warningsJoel Sherrill1-5/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-06-25termios: Update due to API changesSebastian Huber1-4/+8
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-03General - Remove extraneous blank line in license messageJoel Sherrill1-1/+0
Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-6/+2
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* console/console.c: Include <rtems/termiostypes.h>. Add missing prototype.
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* console/console.c, include/m340timer.h, timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* console/console.c, include/m340timer.h, timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-06-052008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* console/console.c, include/m340uart.h: Use new shared termios_baud_to_number() routine.
2005-01-042005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* console/console.c: Remove warnings.
2004-04-21Remove stray white spaces.Ralf Corsepius1-23/+23
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, console/m340uart.c, include/bsp.h, include/m340timer.h, include/m340uart.h, start/start.S, start/startfor340only.S, startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, timer/timer.c: URL for license changed.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+6
* console/console.c, console/m340uart.c: Removed warnings.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-13/+0
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-07-24Patch from David Fiddes <D.J.Fiddes@hw.ac.uk>:Joel Sherrill1-24/+0
Here's a small patch I forgot about from earlier in the week that removes the hack fix Geoffroy had to use to get his BSP to work properly. The termios osend() fix took care of this.
1998-07-06Update from Geoffroy Montel (g_montel@yahoo.com) to get in sync with termiosJoel Sherrill1-18/+13
and eliminate warnings.
1998-07-01Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill1-0/+740
Geoffroy Montel <g_montel@yahoo.com>.