summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 17a83d0656bbcb04e3d2b5324ff0a8923711e3e7 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
2011-02-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Add -g.

2010-03-10	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* Makefile.shared: Pass RTS info to linker, add specific options for
	COBRA5475 board

2009-12-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* rtems_init.c: BSP_Configuration is obsolete.

2009-12-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.

2009-09-22	Joel Sherrill <joel.sherrill@OARcorp.com>

	* rtems_init.c: Fix spelling error.

2009-09-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile,
	empty/Makefile, empty/empty.adb, exception_test2/Makefile,
	exception_test2/exceptiontest2.adb, exception_test3/Makefile,
	exception_test3/exceptiontest3.adb, hello_via_task/Makefile,
	hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard
	RTEMS test output format. Add output screens where appropriate.
	* exception_test2/exception_test2.scn,
	exception_test3/exception_test3.scn,
	hello_via_task/hello_via_task.scn: New files.

2009-09-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS
	test output format.

2009-09-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
	* empty/.cvsignore, exception_test2/.cvsignore,
	exception_test3/.cvsignore: New files.

2009-09-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add shell test.

2009-09-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* rtems_init.c: New example. Runs on qemu.
	* networkconfig-qemu.h: New file.

2008-09-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add new tests. Most of these eitehr demonstrate or verify a
	particular functionality.
	* cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
	exception_test2/exceptiontest2.adb, exception_test3/Makefile,
	exception_test3/exceptiontest3.adb: New files.

2008-08-25	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: (pc386) Make sure .exe is file to run.

2008-08-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Update Makefiles.

2008-07-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, rtems_init.c: Add ada_from_c_task example.

2008-07-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Ignore .svn also.

2008-07-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Add -g.  Leave temporary files for debug.
	* rtems_init.c: zero out workspace and heap automatically.  This
	is required by the GNAT run-time.

2008-02-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Added exception_test.

2008-02-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared, rtems_init.c: More clean up and more generalization.

2007-10-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
	irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
	irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
	improvements are made to the RTEMS port of the GNAT run-time.
	* empty/Makefile, empty/README, empty/empty.adb,
	hello_via_task/.cvsignore, hello_via_task/Makefile,
	hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
	irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
	irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.

2007-09-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.shared: Change bin2c to rtems-bin2c.

2007-09-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add stack_check test.
	* Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
	the flags -fstack-check.

2007-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* rootfs/etc/host.conf, rootfs/etc/hosts: New files.

2007-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* ChangeLog: New tests. Clean up. Rework so all tests use the same
	shared Makefile for the hard logic of producing an executable.
	* Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
	rtems_init.c: New files.

2007-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* ChangeLog: New tests. Clean up. Rework so all tests use the same
	shared Makefile for the hard logic of producing an executable.
	* Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
	rtems_init.c: New files.

2007-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* ChangeLog: New tests. Clean up. Rework so all tests use the same
	shared Makefile for the hard logic of producing an executable.
	* Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
	rtems_init.c: New files.

2007-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
	rtems_init.c: New files.

2007-07-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
	hello_world_ada/init.c: Clean up.
	* hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
	* hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
	hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.

2007-07-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
	hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
	GNAT_MAIN_STACKSIZE.

2007-07-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
	4.2.0 and rtems 4.8.
	* hello_world_ada/Makefile.anybsp: New file.
	* hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
	hello_world_ada/Makefile.psim: Removed.

2007-04-13	Joel Sherrill <joel@OARcorp.com>

	* VERSION: Updated to ada-examples-4.7.1.

2007-03-05	Joel Sherrill <joel@OARcorp.com>

	* VERSION: Updated to ada-examples-4.7.0.

2004-01-22	Joel Sherrill <joel@OARcorp.com>

	* VERSION: Updated to ada-examples-4.6.0.

2003-01-29	Joel Sherrill <joel@OARcorp.com>

	* VERSION: Updated to ada-examples-20030129.

2003-01-29	Joel Sherrill <joel@OARcorp.com>

	* VERSION: Add files required for tarballs.
	* SUPPORT: New file.

2003-01-29	Joel Sherrill <joel@OARcorp.com>

	* hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
	include CVS Ids.
	* hello_world_ada/Makefile.jmr3904: New file.

2003-01-29	Joel Sherrill <joel@OARcorp.com>

	* hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
	3.2.1.