comparison packages/devs/serial/rs232/tx39/current/ChangeLog @ 0:3111d98ba7b3 ecos-v1_1-release

Initial commit of eCos version 1.1
author jlarmour
date Tue, 11 May 1999 11:16:07 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3111d98ba7b3
1 1998-10-24 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * include/pkgconf/serial_tx39.h:
4 Only define anything if we have the correct hardware platform and
5 NOT a simulator target for that platform, as well as the device
6 package itself being defined.
7
8 1998-10-23 Hugo Tyson <hmt@cygnus.co.uk>
9
10 * tests/tx39_serial_test.cxx:
11 Move include of testing header above the check for "can we test".
12
13 Thu Oct 22 12:55:04 BST 1998 Chris Provenzano <proven@cygnus.com>
14
15 * PKGconf.mak: added new API test and delete all the old tests
16
17 * tests/README, tests/get_baud_rate.cxx, tests/serial1.cxx
18 * tests/serial2.cxx, tests/serial3.cxx, tests/serial4.cxx
19 * tests/serial5.cxx, tests/set_baud_rate.cxx
20 Removed old tests.
21
22 * tx39_serial_test.cxx: New test that test just the API and not much
23 of the functionality. These tests meet or exceed the previous
24 existence/spelling tests of the API and therefore replace all the
25 serial[x].cxx tests which were removed.
26
27 Tue Oct 20 15:56:00 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
28
29 * src/PKGconf.mak:
30 Remove unnecessary override of PKGCONF_CXXFLAGS
31
32 1998-10-19 Jesper Skov <jskov@cygnus.co.uk>
33
34 * include/pkgconf/serial_tx39.h: Undid 1998-10-16 change.
35
36 1998-10-16 Jesper Skov <jskov@cygnus.co.uk>
37
38 * include/pkgconf/serial_tx39.h: Changed CYGPKG_HAL_TX39_JMR3904
39 to CYG_HAL_TX39_JMR3904.
40
41 Thu Oct 15 17:00:00 1998 John Dallaway <jld@cygnus.co.uk>
42
43 * include/pkgconf/serial_tx39.h: Disable dependence on HAL
44 in CDL.
45
46 Tue Sep 29 09:16:53 1998 Jesper Skov <jskov@cygnus.co.uk>
47
48 * tests/get_baud_rate.cxx (entry0): Removed loop that made the
49 test timeout on sim.
50
51 Sun Sep 27 15:17:34 1998 Jesper Skov <jskov@lassi.cygnus.co.uk>
52
53 * tests/set_baud_rate.cxx: Do not change the baud rate to
54 0. Undefined behavior in the current drivers.
55
56 Sun Sep 27 13:50:01 1998 Jesper Skov <jskov@cygnus.co.uk>
57
58 * tests/README: Added copyright blurb.
59
60 Fri Sep 25 20:59:10 1998 Jesper Skov <jskov@lassi.cygnus.co.uk>
61
62 * tests/README: Added.
63
64 Fri Sep 25 20:30:12 1998 Jesper Skov <jskov@cygnus.co.uk>
65
66 * tests/set_baud_rate.cxx (entry0): Set baud_rate to 38400, not
67 19200.
68
69 Fri Sep 25 11:59:31 1998 Jesper Skov <jskov@cygnus.co.uk>
70
71 * tests/serial3.cxx:
72 * tests/serial5.cxx:
73 Added some diag info to help identify as input tests.
74
75 * tests/PKGconf.mak: Reintroduced input tests.
76
77 Wed Sep 23 16:53:57 1998 Jesper Skov <jskov@cygnus.co.uk>
78 PR 17315
79
80 * tests/set_baud_rate.cxx:
81 * tests/serial5.cxx:
82 * tests/serial4.cxx:
83 * tests/serial3.cxx:
84 * tests/serial2.cxx:
85 * tests/serial1.cxx:
86 * tests/get_baud_rate.cxx:
87 Changed device name.
88
89 * tests/PKGconf.mak:
90 Include tests that do not require human intervention.
91
92 Wed Sep 23 14:36:53 1998 Jesper Skov <jskov@cygnus.co.uk>
93 PR 17424
94
95 * src/serial_tx39.cxx (io_write, io_read): Also do callbacks in
96 poll-mode, if the pointer is non-NULL.
97
98 Thu Sep 17 19:21:35 1998 Frank Ch. Eigler <fche@cygnus.com>
99
100 * tests/serial2.cxx (entry0):
101 Reorder foo flag use to avoid race condition.
102
103 Thu Sep 17 12:53:33 1998 Jesper Skov <jskov@cygnus.co.uk>
104
105 * include/pkgconf/serial_tx39.h: Put requires in CDL.
106 Protect CYG_DEVICE_SERIAL_RS232_MUTEX
107 with CYGPKG_KERNEL.
108 Protect CYG_DEVICE_SERIAL_RS232_TX39_KMODE_INTERRUPT with
109 CYGIMP_KERNEL_INTERRUPTS_DSRS.
110
111 Thu Sep 17 09:45:00 1998 Jesper Skov <jskov@cygnus.co.uk>
112
113 * tests/get_baud_rate.cxx tests/serial1.cxx tests/serial2.cxx
114 tests/serial3.cxx tests/serial4.cxx tests/serial5.cxx
115 tests/set_baud_rate.cxx
116 Remove all tests. They are not mentioned in the makefile.
117
118 Tue Sep 15 02:23:06 BST 1998 Chris Provenzano <proven@cygnus.com>
119
120 * include/serial_tx39.hxx, src/serial_tx39.cxx:
121 Use positive macros instead of negative changing all
122 ...DO_NOT_DECLARE macros to ...DECLARE
123
124 1998-09-12 Bart Veer <bartv@cygnus.co.uk>
125
126 * include/pkgconf/serial_tx39.h:
127 Added missing descriptions (PR 17184)
128
129 Fri Sep 11 11:13:18 1998 Jesper Skov <jskov@cygnus.co.uk>
130 PR 17228
131
132 * src/serial_tx39.cxx (io_read): Made to compile when
133 KMODE_INTERRUPT undefined.
134 (io_write): Same.
135 (write_isr): Same.
136 (both_isr): Only compile when KMODE_INTERRUPT defined.
137 (set_kmode): Added dummy function for use when only one kmode is
138 configured
139 * include/serial_tx39.hxx: Removed conditionals around
140 set_kmode.
141
142 1998-09-04 Bart Veer <bartv@cygnus.co.uk>
143
144 * include/pkgconf/serial_tx39.h:
145 Sorting out naming conventions within the devs/serial hierarchy.
146
147 Thu Sep 3 16:00:45 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
148
149 * include/pkgconf/serial_tx39.h:
150 Moved here from devs/common/current/include/pkgconf/
151
152 Fri Aug 28 09:50:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
153
154 * tests/get_baud_rate.cxx, tests/serial1.cxx, tests/serial2.cxx,
155 tests/serial3.cxx, tests/serial4.cxx, tests/serial5.cxx,
156 tests/set_baud_rate.cxx:
157 Change use of main() as the entry point to cyg_start() under the
158 new entry point scheme. Remove return codes as cyg_start() returns
159 void, not int.
160
161 Tue Jul 28 13:58:25 BST 1998 Chris Provenzano <proven@cygnus.com>
162
163 * include/serial_tx39.hxx: Declare TX39 device using the
164 configured name.
165
166 * tests/PKGconf.mak: Don't compile tests right now.
167 All tests need to be reworked.
168
169 Mon Jul 27 17:33:59 BST 1998 Chris Provenzano <proven@cygnus.com>
170
171 * Changelog: Initial ChangeLog entry.
172
173
174 //===========================================================================
175 //####COPYRIGHTBEGIN####
176 //
177 // -------------------------------------------
178 // The contents of this file are subject to the Cygnus eCos Public License
179 // Version 1.0 (the "License"); you may not use this file except in
180 // compliance with the License. You may obtain a copy of the License at
181 // http://sourceware.cygnus.com/ecos
182 //
183 // Software distributed under the License is distributed on an "AS IS"
184 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
185 // License for the specific language governing rights and limitations under
186 // the License.
187 //
188 // The Original Code is eCos - Embedded Cygnus Operating System, released
189 // September 30, 1998.
190 //
191 // The Initial Developer of the Original Code is Cygnus. Portions created
192 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved.
193 // -------------------------------------------
194 //
195 //####COPYRIGHTEND####
196 //===========================================================================