summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/rtl22xx/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c/src/lib/libbsp/arm/rtl22xx/console/uart.cJoel Sherrill2014-10-161-210/+162
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* arm_rtl22xx: added new doxygenDaniel Ramirez2013-12-221-48/+146
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-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.
* 2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-071-1/+1
| | | | | | PR 1953/bsps * console/uart.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-6/+2
| | | | | | PR 1917/bsps * Makefile.am, console/uart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-3/+3
| | | | | | | * Makefile.am, preinstall.am: Added generic interrupt support modules. * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION. * startup/bspstart.c, network/network.c: Interrupt support changes. * console/uart.c: Fixed warnings.
* Whitespace removal.Ralf Corsepius2009-11-291-33/+33
|
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-0/+5
| | | | | | | | | * Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-091-5/+8
| | | | | * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do not build SPARC code accidentally referenced in Makefile.am.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-091-46/+4
| | | | | | * console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug print methods that are redundant with prntk and replace their usage with printk.
* 2007-05-01 Ray Xu <xr@trasin.net>Joel Sherrill2007-05-012-4/+6
| | | | | | | * README, times, console/lpc22xx_uart.h, console/uart.c, include/bsp.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds: Update BSP to address changes between 4.7 and CVS head as well as to address comments from Ralf and Joel.
* Use current OAR license file URL.Ralf Corsepius2007-04-251-1/+1
|
* Convert from DOS to unix.Ralf Corsepius2007-04-251-88/+88
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-252-0/+462
* Makefile.am, README, bsp_specs, configure.ac, console/lpc22xx_uart.h, console/uart.c, include/bsp.h, network/network.c: New (Initial submission).