source: ada-examples/ChangeLog @ 3fe7728

ada-examples-4-10-branch ada-examples-4-10-1
Last change on this file since 3fe7728 was 3fe7728, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/11 at 17:42:27

2011-07-21 Joel Sherrill <joel.sherrilL@…>

  • VERSION: Updated to ada-examples-4.10.1.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12011-07-21      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * VERSION: Updated to ada-examples-4.10.1.
4
52011-02-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * VERSION: Updated to ada-examples-4.10.0.
8
92011-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.shared: Add -g.
12
132010-03-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * Makefile.shared: Pass RTS info to linker, add specific options for
16        COBRA5475 board
17
182009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * rtems_init.c: BSP_Configuration is obsolete.
21
222009-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
25
262009-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * rtems_init.c: Fix spelling error.
29
302009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile,
33        empty/Makefile, empty/empty.adb, exception_test2/Makefile,
34        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
35        exception_test3/exceptiontest3.adb, hello_via_task/Makefile,
36        hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard
37        RTEMS test output format. Add output screens where appropriate.
38        * exception_test2/exception_test2.scn,
39        exception_test3/exception_test3.scn,
40        hello_via_task/hello_via_task.scn: New files.
41
422009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS
45        test output format.
46
472009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
50        * empty/.cvsignore, exception_test2/.cvsignore,
51        exception_test3/.cvsignore: New files.
52
532009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile: Add shell test.
56
572009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * rtems_init.c: New example. Runs on qemu.
60        * networkconfig-qemu.h: New file.
61
622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile: Add new tests. Most of these eitehr demonstrate or verify a
65        particular functionality.
66        * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
67        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
68        exception_test3/exceptiontest3.adb: New files.
69
702008-08-25      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.shared: (pc386) Make sure .exe is file to run.
73
742008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.shared: Update Makefiles.
77
782008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile, rtems_init.c: Add ada_from_c_task example.
81
822008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile.shared: Ignore .svn also.
85
862008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.shared: Add -g.  Leave temporary files for debug.
89        * rtems_init.c: zero out workspace and heap automatically.  This
90        is required by the GNAT run-time.
91
922008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile: Added exception_test.
95
962008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.shared, rtems_init.c: More clean up and more generalization.
99
1002007-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
103        irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
104        irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
105        improvements are made to the RTEMS port of the GNAT run-time.
106        * empty/Makefile, empty/README, empty/empty.adb,
107        hello_via_task/.cvsignore, hello_via_task/Makefile,
108        hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
109        irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
110        irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
111
1122007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * Makefile.shared: Change bin2c to rtems-bin2c.
115
1162007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * Makefile: Add stack_check test.
119        * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
120        the flags -fstack-check.
121
1222007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
125
1262007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * ChangeLog: New tests. Clean up. Rework so all tests use the same
129        shared Makefile for the hard logic of producing an executable.
130        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
131        rtems_init.c: New files.
132
1332007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * ChangeLog: New tests. Clean up. Rework so all tests use the same
136        shared Makefile for the hard logic of producing an executable.
137        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
138        rtems_init.c: New files.
139
1402007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * ChangeLog: New tests. Clean up. Rework so all tests use the same
143        shared Makefile for the hard logic of producing an executable.
144        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
145        rtems_init.c: New files.
146
1472007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
150        rtems_init.c: New files.
151
1522007-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
155        hello_world_ada/init.c: Clean up.
156        * hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
157        * hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
158        hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
159
1602007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
163        hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
164        GNAT_MAIN_STACKSIZE.
165
1662007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
169        4.2.0 and rtems 4.8.
170        * hello_world_ada/Makefile.anybsp: New file.
171        * hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
172        hello_world_ada/Makefile.psim: Removed.
173
1742007-04-13      Joel Sherrill <joel@OARcorp.com>
175
176        * VERSION: Updated to ada-examples-4.7.1.
177
1782007-03-05      Joel Sherrill <joel@OARcorp.com>
179
180        * VERSION: Updated to ada-examples-4.7.0.
181
1822004-01-22      Joel Sherrill <joel@OARcorp.com>
183
184        * VERSION: Updated to ada-examples-4.6.0.
185
1862003-01-29      Joel Sherrill <joel@OARcorp.com>
187
188        * VERSION: Updated to ada-examples-20030129.
189
1902003-01-29      Joel Sherrill <joel@OARcorp.com>
191
192        * VERSION: Add files required for tarballs.
193        * SUPPORT: New file.
194
1952003-01-29      Joel Sherrill <joel@OARcorp.com>
196
197        * hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
198        include CVS Ids.
199        * hello_world_ada/Makefile.jmr3904: New file.
200
2012003-01-29      Joel Sherrill <joel@OARcorp.com>
202
203        * hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
204        3.2.1.
205
Note: See TracBrowser for help on using the repository browser.