source: ada-examples/ChangeLog @ 87a2137

ada-examples-4-10-branch
Last change on this file since 87a2137 was 87a2137, checked in by Joel Sherrill <joel.sherrill@…>, on 09/15/09 at 21:11:44

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

  • rtems_init.c: New example. Runs on qemu.
  • networkconfig-qemu.h: New file.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems_init.c: New example. Runs on qemu.
4        * networkconfig-qemu.h: New file.
5
62008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile: Add new tests. Most of these eitehr demonstrate or verify a
9        particular functionality.
10        * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
11        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
12        exception_test3/exceptiontest3.adb: New files.
13
142008-08-25      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.shared: (pc386) Make sure .exe is file to run.
17
182008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.shared: Update Makefiles.
21
222008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * Makefile, rtems_init.c: Add ada_from_c_task example.
25
262008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.shared: Ignore .svn also.
29
302008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.shared: Add -g.  Leave temporary files for debug.
33        * rtems_init.c: zero out workspace and heap automatically.  This
34        is required by the GNAT run-time.
35
362008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile: Added exception_test.
39
402008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.shared, rtems_init.c: More clean up and more generalization.
43
442007-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
47        irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
48        irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
49        improvements are made to the RTEMS port of the GNAT run-time.
50        * empty/Makefile, empty/README, empty/empty.adb,
51        hello_via_task/.cvsignore, hello_via_task/Makefile,
52        hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
53        irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
54        irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
55
562007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.shared: Change bin2c to rtems-bin2c.
59
602007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile: Add stack_check test.
63        * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
64        the flags -fstack-check.
65
662007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
69
702007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * ChangeLog: New tests. Clean up. Rework so all tests use the same
73        shared Makefile for the hard logic of producing an executable.
74        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
75        rtems_init.c: New files.
76
772007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * ChangeLog: New tests. Clean up. Rework so all tests use the same
80        shared Makefile for the hard logic of producing an executable.
81        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
82        rtems_init.c: New files.
83
842007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * ChangeLog: New tests. Clean up. Rework so all tests use the same
87        shared Makefile for the hard logic of producing an executable.
88        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
89        rtems_init.c: New files.
90
912007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
94        rtems_init.c: New files.
95
962007-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
99        hello_world_ada/init.c: Clean up.
100        * hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
101        * hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
102        hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
103
1042007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
107        hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
108        GNAT_MAIN_STACKSIZE.
109
1102007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
113        4.2.0 and rtems 4.8.
114        * hello_world_ada/Makefile.anybsp: New file.
115        * hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
116        hello_world_ada/Makefile.psim: Removed.
117
1182007-04-13      Joel Sherrill <joel@OARcorp.com>
119
120        * VERSION: Updated to ada-examples-4.7.1.
121
1222007-03-05      Joel Sherrill <joel@OARcorp.com>
123
124        * VERSION: Updated to ada-examples-4.7.0.
125
1262004-01-22      Joel Sherrill <joel@OARcorp.com>
127
128        * VERSION: Updated to ada-examples-4.6.0.
129
1302003-01-29      Joel Sherrill <joel@OARcorp.com>
131
132        * VERSION: Updated to ada-examples-20030129.
133
1342003-01-29      Joel Sherrill <joel@OARcorp.com>
135
136        * VERSION: Add files required for tarballs.
137        * SUPPORT: New file.
138
1392003-01-29      Joel Sherrill <joel@OARcorp.com>
140
141        * hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
142        include CVS Ids.
143        * hello_world_ada/Makefile.jmr3904: New file.
144
1452003-01-29      Joel Sherrill <joel@OARcorp.com>
146
147        * hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
148        3.2.1.
149
Note: See TracBrowser for help on using the repository browser.