summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc32xx/console (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-1/+1
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
2014-10-07libchip/serial: Add alternative NS16550 driverSebastian Huber2-232/+219
Use the Termios device API.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2013-11-29doxygen: refactored doxygen in libbsp/arm/lpc32xxDaniel Ramirez2-2/+2
This patch refactors a lot of the existing doxygen within libbsp/arm/lpc32xx. Much of this refactoring was just renaming of existing groups to conform to a more consistent naming structure. With the addition of a doxygen header for tm27.h, all files within lpc32xx belong to doxygen group now. lpc32xx should be used a reference for adding doxygen to other bsps.
2013-02-11libchip/serial: Add const qualifierSebastian Huber2-2/+2
2013-01-11bsp/lpc32xx: Bypass the IrDA modem for UART6Sebastian Huber1-3/+6
2012-12-18bsp/lpc32xx: Add UART_CLKMODE settingsSebastian Huber1-0/+3
2012-12-18bsp/lpc32xx: Configure U4_TX pin for UART 4Sebastian Huber1-0/+8
2012-12-18bsp/lpc32xx: Fix function prototypeSebastian Huber1-2/+2
2012-12-13bsp/lpc32xx: Fix console baud configurationSebastian Huber1-15/+45
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-12/+8
PR 1917/bsps * Makefile.am, console/console-config.c, console/hsu.c: Modifications to add dynamic tables for libchip serial drivers.
2010-08-232010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-5/+5
* console/hsu.c: Fixed warnings.
2010-04-09Changes throughoutThomas Doerfler2-0/+267
2009-12-15add support for LPC32xxThomas Doerfler1-0/+139