summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-311/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-16m68k/gen68340: Fix warningsJoel Sherrill1-261/+201
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
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.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+1
* console/m340uart.c, startup/init68340.c: Remove warnings.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-2/+3
2008-05-232008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-35/+0
* console/m340uart.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.
2004-04-21Remove stray white spaces.Ralf Corsepius1-25/+25
2004-04-15Remove stray white spaces.Ralf Corsepius1-2/+0
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+2
* clock/ckinit.c, console/m340uart.c, include/bsp.h, include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed size types.
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-0/+1
* console/console.c, console/m340uart.c: Removed warnings.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-07-01Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill1-0/+409
Geoffroy Montel <g_montel@yahoo.com>.