comparison packages/io/serial/current/ChangeLog @ 46:797268ecc331 ecos-sw-1999-10-19

Merge from eCos master repository on 1999-10-19-18:55:31-BST
author jlarmour
date Tue, 19 Oct 1999 19:19:52 +0000
parents 41bd4f3a90de
children 1370c5e55234
comparison
equal deleted inserted replaced
45:91d213c0da48 46:797268ecc331
1 1999-10-15 Jesper Skov <jskov@cygnus.co.uk>
2
3 * tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus.
4
1 1999-10-06 Jesper Skov <jskov@cygnus.co.uk> 5 1999-10-06 Jesper Skov <jskov@cygnus.co.uk>
2 6
3 * tests/ser_test_protocol.inl: Run tests on AEB rev C as well. 7 * tests/ser_test_protocol.inl: Run tests on AEB rev C as well.
4 8
5 1999-09-28 Hugo Tyson <hmt@cygnus.co.uk> 9 1999-09-28 Hugo Tyson <hmt@cygnus.co.uk>
124 128
125 * include/pkgconf/io_serial.h: Some clean up (removed commented 129 * include/pkgconf/io_serial.h: Some clean up (removed commented
126 obsolete CDL parenting structure). 130 obsolete CDL parenting structure).
127 Add support for Motorola PowerPC QUICC/SMC. 131 Add support for Motorola PowerPC QUICC/SMC.
128 132
133 * src/arm/cma230_serial.c:
129 * src/arm/cl7211_serial.c: 134 * src/arm/cl7211_serial.c:
130 * src/arm/aeb_serial.c: 135 * src/arm/aeb_serial.c:
131 * src/arm/pid_serial_with_ints.c: Use #include to get 'diag_printf()' 136 * src/arm/pid_serial_with_ints.c: Use #include to get 'diag_printf()'
132 prototypes. 137 prototypes.
133 138
134 1999-06-17 Gary Thomas <gthomas@cygnus.co.uk> 139 1999-06-17 Gary Thomas <gthomas@cygnus.co.uk>
135 140
136 * src/arm/cl7211_serial.c (cl7211_serial_start_xmit): Fix race which 141 * src/arm/cl7211_serial.c (cl7211_serial_start_xmit): Fix race which
137 cause xmitter to get stuck. 142 cause xmitter to get stuck.
143
144 1999-06-04 Gary Thomas <gthomas@cygnus.co.uk>
145
146 * tests/ser_test_protocol.inl: Disable testing at 115200
147 for Cogent CMA230 (ARM).
148
149 * src/arm/cma230_serial.c: Fix interrupt for port B.
138 150
139 1999-05-27 Jesper Skov <jskov@cygnus.co.uk> 151 1999-05-27 Jesper Skov <jskov@cygnus.co.uk>
140 152
141 * tests/ser_test_protocol.inl: Added ability to change options in 153 * tests/ser_test_protocol.inl: Added ability to change options in
142 host software. 154 host software.
147 Wait for the serial device to become acquiescent before disabling 159 Wait for the serial device to become acquiescent before disabling
148 it. This prevents cygmon's outgoing characters getting corrupted 160 it. This prevents cygmon's outgoing characters getting corrupted
149 due to transmission being disabled. 161 due to transmission being disabled.
150 Fix for PR 20047 162 Fix for PR 20047
151 163
164 1999-05-26 Gary Thomas <gthomas@cygnus.co.uk>
165
166 * include/pkgconf/io_serial.h:
167 * tests/ser_test_protocol.inl: Add Cogent CMA230 setup.
168
169 * src/arm/cma230_serial.c: Make names compatible with Cogent
170 PowerPC board.
152 171
153 1999-05-26 Gary Thomas <gthomas@cygnus.co.uk> 172 1999-05-26 Gary Thomas <gthomas@cygnus.co.uk>
154 173
155 * tests/ser_test_protocol.inl: Add Cirrus Logic CL7211 setup. 174 * tests/ser_test_protocol.inl: Add Cirrus Logic CL7211 setup.
156 1999-05-25 Jonathan Larmour <jlarmour@cygnus.co.uk> 175 1999-05-25 Jonathan Larmour <jlarmour@cygnus.co.uk>