summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/arm/lm3s69xx/Makefile.am (follow)
AgeCommit message (Collapse)Author
2018-01-09FIXME Update Makefile.am with header.amno-preinstallSebastian Huber
2018-01-05FIXME Install linkcmdsSebastian Huber
2018-01-05FIXME Move bsp_specs to BSP linkcmds directorySebastian Huber
2018-01-05Remove preinstall from the build system.Chris Johns
Update #3254.
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber
Update #3254.
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber
This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber
Update #3254.
2017-11-27bsps: Provide <tm27.h> in each BSPSebastian Huber
Since the <tm27.h> is highly BSP-dependent and used only by the tm27 test program we must provide this header file for each BSP. Without the preinstall build target each header file must have a unique source header file. Update #3254.
2017-11-24Remove coverhd.hSebastian Huber
This header file contained timing overhead values which are hard to maintain. Update #3254.
2017-11-17getentropy: Add cpu counter based implementation.Christian Mauderer
Update #3239.
2016-02-03Use linker set for libio initializationSebastian Huber
Update #2408.
2016-01-19bsps/arm: Use common ARMv7-M bsp_reset()Sebastian Huber
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber
Use the bsp_predriver_hook() instead. Update #2408.
2014-09-18bsps: Fix build errorSebastian Huber
Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
2014-02-14score: Add CPU counter supportSebastian Huber
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.
2013-05-03bsps/arm: Move implementation to inline functionsSebastian Huber
2013-04-26bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov
Add support for LM3S3749.
2012-03-24bsps: Shared ARMv7-M interrupt supportSebastian Huber
2012-03-24bsps: Add shared default IRQ handlerSebastian Huber
2012-03-24bsp/lm3s69xx: FormatSebastian Huber
2012-03-24bsp/lm3s69xx: Use shared timer stub driverSebastian Huber
2012-03-24bsp/lm3s69xx: Use shared start.SSebastian Huber
2012-03-24bsps: Shared ARMv7-M clock driverSebastian Huber
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
2011-09-242011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* 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.