summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/console (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2013-06-03bsp/lm3s69xx: TyposSebastian Huber1-1/+1
2013-05-06bsp/lm3s69xx: Fix initialization valueSebastian Huber1-1/+1
2013-05-06bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov1-12/+47
This makes continuous UART polling unnecessary.
2013-04-26bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2-4/+37
Add support for LM3S3749.
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2-4/+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.
2012-02-11Fixed bug intoduced due to API changes.Sebastian Huber1-2/+1
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-8/+7
PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
2011-09-242011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-0/+186
* 0001-Fixed-interrupt-handling-for-ARMv7M.patch, 0002-Fixed-system-handler-priority-register-access.patch, 0003-Disable-priority_mask-unused-for-NVIC.patch, 0004-Typo.patch, 0005-Evil-hack-for-BASEPRI-BASEPRI_MAX.patch, 0006-Evil-hack-to-increase-the-RAM-size.patch, bsp_specs, ChangeLog, clock/clock-config.c, configure.ac, console/console-config.c, console/uart.c, .cvsignore, include/bsp.h, include/.cvsignore, include/irq.h, include/lm3s69xx.h, include/uart.h, irq/irq.c, make/custom/lm3s6965.cfg, make/custom/lm3s69xx.inc, Makefile.am, README, start/start.S, startup/bspreset.c, startup/bspstart.c, startup/bspstarthook.c, startup/linkcmds.lm3s6965, timer/timer.c: New files.