summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb337/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm/csb337/console/fbcons.c: Fix warningJoel Sherrill2014-10-201-18/+4
|
* arm/csb337: Fix warningsJoel Sherrill2014-10-161-2/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* arm: Enhance Doxygen for csb336,csb337 and gdbarmsimChirayu Desai2013-12-142-0/+17
|
* arm: csb337: Add doxygenChirayu Desai2013-12-092-0/+17
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-112-5/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-115-10/+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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-032-0/+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.
* 2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-071-1/+1
| | | | | | PR 1953/bsps * console/uarts.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-7/+4
| | | | | | PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-2/+2
| | | | * console/fbcons.c: Fix warnings.
* 2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-082-2/+2
| | | | * console/font8x16.h, console/sed1356.c: Fix typos.
* 2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-041-3/+6
| | | | | * README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c: Missing parts of previous commit.
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-304-528/+534
| | | | | | | | * Makefile.am, preinstall.am, console/fbcons.c, console/font8x16.h, console/sed1356.c, console/uarts.c, include/sed1356.h, startup/bspstart.c, startup/linkcmds.csb337, startup/linkcmds.csb637, startup/memmap.c, startup/umonsupp.c: Update to match development version.
* Whitespace removal.Ralf Corsepius2009-11-295-123/+123
|
* 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-211-11/+129
| | | | | | * Makefile.am, configure.ac, console/uarts.c: Add initial support for Kit637 version of CSB637. * README.kit637_v6, make/custom/kit637_v6.cfg: New files.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-181-3/+32
| | | | | | * Makefile.am, configure.ac, console/uarts.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor.
* 2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-025-25/+4798
| | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor and proper attribution is made in those files and confirmed by Ed Sutter. * console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-1/+1
| | | | | | | * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-151-0/+72
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uarts.c, include/.cvsignore, include/bsp.h, include/tm27.h, network/.cvsignore, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.