source: ada-examples/ChangeLog @ cb8e334

ada-examples-4-10-branch
Last change on this file since cb8e334 was cb8e334, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/11 at 16:53:23

2011-02-08 Joel Sherrill <joel.sherrill@…>

  • Makefile.shared: Add -g.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12011-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.shared: Add -g.
4
52010-03-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * Makefile.shared: Pass RTS info to linker, add specific options for
8        COBRA5475 board
9
102009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * rtems_init.c: BSP_Configuration is obsolete.
13
142009-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
17
182009-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * rtems_init.c: Fix spelling error.
21
222009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile,
25        empty/Makefile, empty/empty.adb, exception_test2/Makefile,
26        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
27        exception_test3/exceptiontest3.adb, hello_via_task/Makefile,
28        hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard
29        RTEMS test output format. Add output screens where appropriate.
30        * exception_test2/exception_test2.scn,
31        exception_test3/exception_test3.scn,
32        hello_via_task/hello_via_task.scn: New files.
33
342009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS
37        test output format.
38
392009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
42        * empty/.cvsignore, exception_test2/.cvsignore,
43        exception_test3/.cvsignore: New files.
44
452009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile: Add shell test.
48
492009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * rtems_init.c: New example. Runs on qemu.
52        * networkconfig-qemu.h: New file.
53
542008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile: Add new tests. Most of these eitehr demonstrate or verify a
57        particular functionality.
58        * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
59        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
60        exception_test3/exceptiontest3.adb: New files.
61
622008-08-25      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.shared: (pc386) Make sure .exe is file to run.
65
662008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.shared: Update Makefiles.
69
702008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile, rtems_init.c: Add ada_from_c_task example.
73
742008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.shared: Ignore .svn also.
77
782008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.shared: Add -g.  Leave temporary files for debug.
81        * rtems_init.c: zero out workspace and heap automatically.  This
82        is required by the GNAT run-time.
83
842008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile: Added exception_test.
87
882008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.shared, rtems_init.c: More clean up and more generalization.
91
922007-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
95        irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
96        irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
97        improvements are made to the RTEMS port of the GNAT run-time.
98        * empty/Makefile, empty/README, empty/empty.adb,
99        hello_via_task/.cvsignore, hello_via_task/Makefile,
100        hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
101        irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
102        irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
103
1042007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.shared: Change bin2c to rtems-bin2c.
107
1082007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile: Add stack_check test.
111        * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
112        the flags -fstack-check.
113
1142007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
117
1182007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * ChangeLog: New tests. Clean up. Rework so all tests use the same
121        shared Makefile for the hard logic of producing an executable.
122        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
123        rtems_init.c: New files.
124
1252007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * ChangeLog: New tests. Clean up. Rework so all tests use the same
128        shared Makefile for the hard logic of producing an executable.
129        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
130        rtems_init.c: New files.
131
1322007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * ChangeLog: New tests. Clean up. Rework so all tests use the same
135        shared Makefile for the hard logic of producing an executable.
136        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
137        rtems_init.c: New files.
138
1392007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
142        rtems_init.c: New files.
143
1442007-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
147        hello_world_ada/init.c: Clean up.
148        * hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
149        * hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
150        hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
151
1522007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
155        hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
156        GNAT_MAIN_STACKSIZE.
157
1582007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
161        4.2.0 and rtems 4.8.
162        * hello_world_ada/Makefile.anybsp: New file.
163        * hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
164        hello_world_ada/Makefile.psim: Removed.
165
1662007-04-13      Joel Sherrill <joel@OARcorp.com>
167
168        * VERSION: Updated to ada-examples-4.7.1.
169
1702007-03-05      Joel Sherrill <joel@OARcorp.com>
171
172        * VERSION: Updated to ada-examples-4.7.0.
173
1742004-01-22      Joel Sherrill <joel@OARcorp.com>
175
176        * VERSION: Updated to ada-examples-4.6.0.
177
1782003-01-29      Joel Sherrill <joel@OARcorp.com>
179
180        * VERSION: Updated to ada-examples-20030129.
181
1822003-01-29      Joel Sherrill <joel@OARcorp.com>
183
184        * VERSION: Add files required for tarballs.
185        * SUPPORT: New file.
186
1872003-01-29      Joel Sherrill <joel@OARcorp.com>
188
189        * hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
190        include CVS Ids.
191        * hello_world_ada/Makefile.jmr3904: New file.
192
1932003-01-29      Joel Sherrill <joel@OARcorp.com>
194
195        * hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
196        3.2.1.
197
Note: See TracBrowser for help on using the repository browser.