summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* bsp/lm3s69xx: TyposSebastian Huber2013-06-031-1/+1
|
* bsp/lm3s69xx: Fix initialization valueSebastian Huber2013-05-061-1/+1
|
* bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov2013-05-061-12/+47
| | | | This makes continuous UART polling unnecessary.
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-262-4/+37
| | | | Add support for LM3S3749.
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-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.
* Fixed bug intoduced due to API changes.Sebastian Huber2012-02-111-2/+1
|
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-071-8/+7
| | | | | PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
* 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-242-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.