summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-141/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-09-29bsp/bf537Stamp: Fix warningSebastian Huber1-1/+1
2016-03-29bfin/bf537Stamp: Remove include of <rtems/console.h> from <bsp.h> and fix ↵Joel Sherrill1-0/+1
warnings
2014-10-16bfin libcpu and libbsp: Fix warningsJoel Sherrill1-1/+3
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.
2011-04-222011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+0
* console/console.c: Now compiles.
2011-04-202011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill1-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-112009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
2009-11-30Whitespace removal.Ralf Corsepius1-2/+2
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+5
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-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.