summaryrefslogtreecommitdiffstats
path: root/sim-scripts/jmr3904.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jmr3904.in: Add ReservedInstruction as fatal message to detectJoel Sherrill2014-04-211-10/+38
|
* rtems-testing - Remove CVS Ids (scripted)Joel Sherrill2012-05-151-2/+0
|
* 2011-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-011-1/+4
| | | | | * jmr3904.in: Add Data Bus Error to detected faults to exit simulator on.
* 2009-10-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-121-0/+1
| | | | | | | | | | | * ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in, csb360.in, ezkit533.in, gdb-sim-run.in, gdbarmsim.in, gumstix.in, h8sim.in, jmr3904.in, lm32_evr.in, m32csim.in, m32rsim.in, pc386.in, psim.in, qemu-gumstix.in, qemu-leon2.in, qemuppc.in, rtl22xx.in, simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support, uC5282.in: Add running minimum to pick up path where there are no Classic API Initialization Tasks. Minimum has IDLE task as first application task.
* 2009-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-271-1/+1
| | | | | | | * avrtest.in, ezkit533.in, h8sim.in, jmr3904.in, lm32_evr.in, m32csim.in, m32rsim.in, pc386.in, psim.in, qemu-leon2.in, qemuppc.in, simsh.in, sis.in, uC5282.in: Fix typos. Support coverage and adjust run times on uC5282.
* 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-211-1/+1
| | | | | | | | | * ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in, csb360.in, ezkit533.in, gdb-sim-run.in, gumstix.in, h8sim.in, jmr3904.in, m32csim.in, m32rsim.in, psim.in, qemu-rtems.in, rtl22xx.in, simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support: echo rather than return time limit since the return code is only 0-255 and we need limits longer than 255 seconds.
* 2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-201-1/+0
| | | | | | | | * Makefile, edb7312.in, gdb-sim-run.in, gdb-sim.in, h8sim.in, jmr3904.in, m32csim.in, m32rsim.in, psim.in, simsh.in, sis.in, skyeye-support: Find run or gdb along PATH. Check for multiple RTEMS versions so there is only one version of the script. Default the simulator name so the BSP specific files do not have to do as much.
* 2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-201-2/+3
| | | | | | | | * .cvsignore, Makefile, gdb-sim-run.in, gdb-sim.in, h8sim.in, jmr3904.in, m32csim.in, m32rsim.in, mkrun, psim.in, simsh.in, sis.in: Add ARM/edb7312 support. This is the first Skyeye BSP and adding this required tinkering with all BSP scripts. All appear to still work OK. * edb7312.in, skyeye-support: New files.
* 2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-191-0/+10
| | | | | | * .cvsignore, Makefile, jmr3904.in, mkrun: Now generate gdb script for h8sim, jmr3904 m32csim, m32rsim, simsh and sis. * gdb-sim.in: New file.
* 2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-191-0/+35
* ChangeLog, Makefile, README, gdb-sim-run.in, jmr3904.in, usleep.c: New files.