summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-141/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/bf537Stamp: Fix warningSebastian Huber2017-09-291-1/+1
|
* bfin/bf537Stamp: Remove include of <rtems/console.h> from <bsp.h> and fix ↵Joel Sherrill2016-03-291-0/+1
| | | | warnings
* bfin libcpu and libbsp: Fix warningsJoel Sherrill2014-10-161-1/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-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.
* 2011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-221-1/+0
| | | | * console/console.c: Now compiles.
* 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-201-14/+19
| | | | | | | PR 1781/bsps * console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-1/+1
| | | | * console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
* Whitespace removal.Ralf Corsepius2009-11-301-2/+2
|
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-251-1/+1
| | | | | * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-251-1/+5
| | | | * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
* 2008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-151-0/+132
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console.c, include/bsp.h, network/networkconfig.c, start/start.S, startup/bspstart.c, startup/linkcmds: New files.