summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337/umon/umoncons.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-08bsps/arm/csb337: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-04-09bsp: Move umon support to bspsSebastian Huber1-0/+0
The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-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.
2010-04-142010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* shared/umon/umoncons.c: Reflect changes to rtems_termios_callbacks->write.
2009-11-30Whitespace removal.Ralf Corsepius1-15/+15
2009-06-182009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill1-50/+45
* umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor. * umon/umoncons.c: New file.
2009-06-022009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+138
* 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.