comparison packages/io/serial/current/ChangeLog @ 66:bf00f99aec69 ecos-sw-2000-02-02

Merge from eCos master repository on 2000-02-02-19:16:44-GMT
author jlarmour
date Wed, 02 Feb 2000 19:57:02 +0000
parents c38311975d4f
children f74b2666b30d
comparison
equal deleted inserted replaced
65:b4822dd69c33 66:bf00f99aec69
1 2000-02-02 Jonathan Larmour <jlarmour@redhat.co.uk>
2
3 * src/arm/aeb_serial.h: Rename lower case register macros to REG_ upper
4 case macros
5
6 * src/arm/aeb_serial.c: Update to reflect above
7
8 2000-01-28 Gary Thomas <gthomas@cygnus.co.uk>
9
10 * src/common/tty.c (tty_read): Fix problem with backspace at start
11 of line (size must be 'signed' for compare to work).
12
1 2000-01-17 Gary Thomas <gthomas@cygnus.co.uk> 13 2000-01-17 Gary Thomas <gthomas@cygnus.co.uk>
2 14
3 * src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at 15 * src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at
4 start of line. 16 start of line.
5 17
870 //=========================================================================== 882 //===========================================================================
871 //####COPYRIGHTBEGIN#### 883 //####COPYRIGHTBEGIN####
872 // 884 //
873 // ------------------------------------------- 885 // -------------------------------------------
874 // The contents of this file are subject to the Red Hat eCos Public License 886 // The contents of this file are subject to the Red Hat eCos Public License
875 // Version 1.0 (the "License"); you may not use this file except in 887 // Version 1.1 (the "License"); you may not use this file except in
876 // compliance with the License. You may obtain a copy of the License at 888 // compliance with the License. You may obtain a copy of the License at
877 // http://sourceware.cygnus.com/ecos 889 // http://www.redhat.com/
878 // 890 //
879 // Software distributed under the License is distributed on an 891 // Software distributed under the License is distributed on an "AS IS"
880 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 892 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
881 // License for the specific language governing rights and limitations under 893 // License for the specific language governing rights and limitations under
882 // the License. 894 // the License.
883 // 895 //
884 // The Original Code is eCos - Embedded Configurable Operating System, 896 // The Original Code is eCos - Embedded Configurable Operating System,