summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/lm32_evr/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill2015-04-051-7/+13
| | | | | Lay groundwork for a simulator configuration configuration for the Milkymist. This is needed to use the shared code.
* bsps: Add empty cache managerSebastian Huber2014-02-241-0/+5
| | | | | This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* lm32: use shared setvec.cGedare Bloom2012-04-161-1/+1
|
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-251-3/+3
| | | | | | | * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
* Rework.Ralf Corsepius2009-02-231-14/+25
|
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+48
* ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.