annotate packages/devs/watchdog/current/ChangeLog @ 32:5af43b635655 ecos-sw-1999-08-18

Merge from eCos master repository on 1999-08-18-15:20:01-BST
author jlarmour
date Wed, 18 Aug 1999 15:33:44 +0000
parents 306eee292492
children 29bc183297e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
1 1999-08-18 Nick Garnett <nickg@cygnus.co.uk>
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
2
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
3 * include/pkgconf/watchdog.h: Made test for use of a non-emulated
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
4 watchdog more generic for MN10300 targets.
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
5
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
6 * src/emulate.cxx:
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
7 * include/watchdog.hxx (class Cyg_Watchdog):
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
8 Added get_resolution() to return maximum time, in nanoseconds,
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
9 between calls to reset().
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
10
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
11 * tests/watchdog.cxx:
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
12 Modified to use the value returned from get_resolution() to
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
13 control the timing of reset() calls.
5af43b635655 Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents: 24
diff changeset
14
24
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
15 1999-07-14 Jesper Skov <jskov@cygnus.co.uk>
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
16
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
17 * src/mn10300.cxx:
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
18 * src/emulate.cxx:
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
19 Include pkgconf/kernel.h.
306eee292492 Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents: 2
diff changeset
20
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
21 1999-04-21 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
22
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
23 * tests/watchdog.cxx: The 'keep alive' message was interfering
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
24 with the watchdog measurement. Some rearrangement fixes this.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
25
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
26 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
27
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
28 * tests/watchdog.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
29 Restrict number of loops, and number of seconds per loop when we
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
30 detect we are in a simulator. Do this instead of changing the
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
31 value of one_sec in the simulator, since this invalidates the test
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
32 somewhat.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
33 Output occasional messages to reassure the user that the test is
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
34 still running.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
35 Fix for PR 19865
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
36
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
37 1999-04-14 Jesper Skov <jskov@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
38
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
39 * tests/watchdog.cxx (cyg_start): Added workaround for PR 17974.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
40
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
41 1999-04-12 John Dallaway <jld@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
42
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
43 * include/pkgconf/watchdog.h: Add cdl_package doc attribute.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
44
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
45 1999-04-08 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
46
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
47 * tests/watchdog.cxx: PR 19773 - Loop over first test for better
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
48 coverage. Print some additional messages, especially if failure
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
49 detected. Reset watchdog after installing handler.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
50 (watchdog_thread): Capture fail time before printing message.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
51
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
52 1999-04-07 Jesper Skov <jskov@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
53 PR 19667
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
54 * tests/watchdog.cxx (cyg_start):
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
55 Changed to use the new Cyg_Thread constructor.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
56
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
57 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
58
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
59 * tests/watchdog.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
60 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
61 CYGNUM_HAL_MINIMUM_STACK_SIZE.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
62
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
63 1999-03-12 Hugo Tyson <hmt@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
64
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
65 * tests/watchdog.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
66 Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
67
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
68 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
69
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
70 * include/pkgconf/watchdog.h: Make package stand-alone (no "DEVICES")
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
71
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
72 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
73
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
74 * src/mn10300.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
75 Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
76 with HAL changes.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
77 General QA improvements
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
78
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
79 1999-02-03 Jesper Skov <jskov@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
80 PR 19034
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
81 * tests/watchdog.cxx: Reduced run-time on SIM.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
82
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
83 1998-12-17 Jesper Skov <jskov@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
84
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
85 * tests/watchdog.cxx: Do NOP test if kernel RTC disabled.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
86
0
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
87 1998-10-23 Jesper Skov <jskov@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
88
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
89 * tests/watchdog.cxx (cyg_start): Reduce test time on TX39 SIM.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
90
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
91 * include/pkgconf/watchdog.h: Use emulatation code for MN10300
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
92 SIM.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
93
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
94 Tue Oct 20 15:52:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
95
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
96 * src/mn10300.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
97 Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
98 defined appropriately
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
99
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
100 * src/PKGconf.mak:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
101 Remove unnecessary override of PKGCONF_CXXFLAGS
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
102
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
103 1998-09-26 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
104
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
105 * include/pkgconf/watchdog.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
106 PR17501: When using the emulation there is a requirement on the
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
107 kernel clock. This has been added to the configuration data. The
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
108 mn10300 hardware implementation does not have this requirement,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
109 but there is no easy way to express this at present.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
110
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
111 1998-09-12 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
112
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
113 * include/pkgconf/watchdog.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
114 Added missing descriptions (PR 17184)
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
115
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
116 1998-09-02 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
117
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
118 * include/pkgconf/watchdog.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
119 Added minimal configuration data.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
120
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
121 1998-09-01 Nick Garnett <nickg@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
122
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
123 * src/mn10300.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
124 Added include for <cyg/kernel/sched.inl>, for scheduler lock and
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
125 unlock functions.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
126
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
127 * src/PKGconf.mak:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
128 Added mn10300.cxx to COMPILE for mn10300.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
129
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
130 * include/pkgconf/watchdog.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
131 Default to using real hardware on MN10300.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
132
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
133 Fri Aug 28 09:42:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
134
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
135 * tests/watchdog.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
136 Rename int main(argc, argv) to void cyg_start( void ) under the
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
137 new entry point system. Therefore also remove return code.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
138
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
139 Tue Aug 18 16:51:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
140
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
141 * tests/watchdog.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
142 Move inclusion of thread.inl to before sched.hxx to prevent inline
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
143 warnings
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
144
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
145 1998-08-14 Nick Garnett <nickg@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
146
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
147 * src/emulate.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
148 Added include for cyg/kernel/sched.inl.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
149
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
150 1998-07-31 Nick Garnett <nickg@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
151
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
152 * src/PKGconf.mak:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
153 Added mn10300.cxx to COMPILE list.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
154
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
155 * src/mn10300.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
156 Completed implementation using MN10300 watchdog timer.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
157
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
158 * include/watchdog.hxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
159 Renamed 'register' functions to 'install'. Added install() and
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
160 uninstall() to Cyg_Watchdog_Action class.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
161
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
162 * include/pkgconf/watchdog.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
163 Added this file to contain watchdog config options.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
164
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
165 1998-07-29 Nick Garnett <nickg@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
166
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
167 * include/watchdog.hxx, src/emulate.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
168 Created initial versions of watchdog device.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
169
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
170 //####COPYRIGHTBEGIN####
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
171 //
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
172 // -------------------------------------------
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
173 // The contents of this file are subject to the Cygnus eCos Public License
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
174 // Version 1.0 (the "License"); you may not use this file except in
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
175 // compliance with the License. You may obtain a copy of the License at
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
176 // http://sourceware.cygnus.com/ecos
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
177 //
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
178 // Software distributed under the License is distributed on an "AS IS"
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
179 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
180 // License for the specific language governing rights and limitations under
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
181 // the License.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
182 //
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
183 // The Original Code is eCos - Embedded Cygnus Operating System, released
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
184 // September 30, 1998.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
185 //
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
186 // The Initial Developer of the Original Code is Cygnus. Portions created
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
187 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
0
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
188 // -------------------------------------------
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
189 //
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
190 //####COPYRIGHTEND####