summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/rtems/ChangeLog
blob: 22d4c315ca95f65ffadbf2e1f900c4d8102e74a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2011-04-11	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am: Add schedulersimple.h

2011-04-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS
	is not initialized.

2011-02-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sched_cpu/rtems/score/cpuopts.h: Bump to 4.10.99.0

2010-12-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore: New file.

2010-12-17	Joel Sherrill <joel.sherrill@oarcorp.com>
		Jennifer Averett <jennifer.averett@oarcorp.com>

	Add RTEMS Scheduler Simulator.  This is the RTEMS "port" to and
	adapter code to run on GNU/Linux with a fake context switch.
	* ChangeLog, Makefile.am, interr.c, rtems_init.c, rtems_sched.h,
	wkspace.c, sched_cpu/cpu.c, sched_cpu/cpu_asm.c,
	sched_cpu/rtems/asm.h, sched_cpu/rtems/stringto.h,
	sched_cpu/rtems/score/cpu.h, sched_cpu/rtems/score/cpu_asm.h,
	sched_cpu/rtems/score/cpuopts.h, sched_cpu/rtems/score/no_cpu.h,
	sched_cpu/rtems/score/types.h: New files.