summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/console/config.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-130/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-04-24gensh2/console/config.c: Fix to reflect struct termios changeJoel Sherrill1-4/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-2/+2
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-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-7/+3
PR 1917/bsps * console/config.c: Modifications to add dynamic tables for libchip serial drivers.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-3/+0
2004-04-16Remove stray white spaces.Ralf Corsepius1-4/+4
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* console/config.c, include/bsp.h, include/coverhd.h, start/start.S, start/start.ram, start/start.rom, startup/bspclean.c, startup/bspstart.c, startup/hw_init.c, startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
2001-08-162001-08-01 Radzislaw Galler <rgaller@et.put.poznan.pl>Joel Sherrill1-0/+137
* include/bsp.h: Disabled redefinition of CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added. * console/config.c: New file. Definitions of externs referenced from libbsp/shared/console.c. * console/Makefile.am: Changed VPATH to point to libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.