summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/startup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Use common ARMv7-M bsp_reset()Sebastian Huber2016-01-191-35/+0
|
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-274-0/+8
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warningJoel Sherrill2014-10-091-0/+5
|
* lm3s69xx/.../bspreset.c: Eliminate warning for set not used variableJoel Sherrill2014-09-041-0/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-215-5/+5
|
* bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas2013-09-023-7/+89
|
* bsp/lm3s69xx: TyposSebastian Huber2013-06-031-2/+2
|
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-031-0/+1
|
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-267-13/+406
| | | | Add support for LM3S3749.
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-3/+1
|
* bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7mSebastian Huber2012-06-151-1/+1
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-121-1/+0
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* bsp/lm3s69xx: Use shared start.SSebastian Huber2012-03-241-63/+6
|
* 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-244-0/+170
* 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.