summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-29arm/lm3s69xx: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-25arm/lm3s69xx/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns7-7/+7
2013-12-17arm_lm3s69xx: improve doxygenToma Radu7-0/+112
Add doxygen to the header files in the arm/lm3s69xx/include directory.
2013-09-02bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas2-1/+15
2013-08-14bsp/lm3s69xx: add macros for UART CTS/RTS pin configurationKarel Gardas1-0/+28
2013-06-03bsp/lm3s69xx: TyposSebastian Huber1-2/+2
2013-05-06bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov1-0/+2
Add mask for receive error bits and getter macro for the data field.
2013-04-26bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov7-115/+609
Add support for LM3S3749.
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-1/+1
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-9/+11
Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-49/+0
This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+49
2012-04-07bsps/arm: Add BSP_ARMV7M_SYSTICK_PRIORITYSebastian Huber1-0/+2
2012-04-07bsps/arm: Add BSP_ARMV7M_IRQ_PRIORITY_DEFAULTSebastian Huber1-1/+3
2012-02-01Remove all .cvsignore files.Joel Sherrill1-4/+0
2011-09-242011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber5-0/+239
* 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.