summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsp/lm3s69xx: FormatSebastian Huber2012-03-242-58/+52
|
* bsp/lm3s69xx: Use shared timer stub driverSebastian Huber2012-03-242-36/+1
|
* bsp/lm3s69xx: Use shared start.SSebastian Huber2012-03-243-132/+12
|
* bsps: Shared ARMv7-M clock driverSebastian Huber2012-03-242-104/+2
|
* bsp/lm3s69xx: New Qemu patchSebastian Huber2012-03-241-0/+29
|
* Patches for Qemu 1.0.50Sebastian Huber2012-02-119-152/+122
|
* Use proper ARMv7-M compiler flags.Sebastian Huber2012-02-111-2/+1
|
* ARMv7-M Systick API changeSebastian Huber2012-02-111-1/+1
|
* Fixed bug intoduced due to API changes.Sebastian Huber2012-02-111-2/+1
|
* Remove all .cvsignore files.Joel Sherrill2012-02-012-12/+0
|
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-073-11/+19
| | | | | PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
* New (Missed during BSP-import).Ralf Corsepius2011-09-301-0/+103
|
* 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-2429-0/+1343
* 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.