summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use linker set for libio initializationSebastian Huber2016-02-031-2/+0
| | | | Update #2408.
* bsps/arm: Use common ARMv7-M bsp_reset()Sebastian Huber2016-01-191-1/+1
|
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+0
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* bsps: Fix build errorSebastian Huber2014-09-181-1/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+2
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-031-1/+0
|
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-261-1/+9
| | | | Add support for LM3S3749.
* bsps: Shared ARMv7-M interrupt supportSebastian Huber2012-03-241-1/+3
|
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-2/+3
|
* bsp/lm3s69xx: FormatSebastian Huber2012-03-241-46/+40
|
* bsp/lm3s69xx: Use shared timer stub driverSebastian Huber2012-03-241-1/+1
|
* bsp/lm3s69xx: Use shared start.SSebastian Huber2012-03-241-4/+6
|
* bsps: Shared ARMv7-M clock driverSebastian Huber2012-03-241-2/+2
|
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-071-3/+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-241-0/+114
* 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.