]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/e7t/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / e7t / v2_0 / ChangeLog
1 2004-02-11  Roland Caßebohm  <roland.cassebohm@visionsystem.de>
2
3         * src/e7t_serial.c: The UART doesn't generate an interrupt befor the
4           first time a character was send. Changed e7t_serial_start_xmit()
5           to first try to send characters. 
6
7 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
8
9         * cdl/ser_arm_e7t.cdl: Remove irrelevant doc link.
10
11 2001-10-19  Lars Lindqvist  <Lars.Lindqvist@combitechsystems.com>
12 2001-10-19  Jonathan Larmour  <jlarmour@redhat.com>
13
14         * New package.
15
16 //===========================================================================
17 //####ECOSGPLCOPYRIGHTBEGIN####
18 // -------------------------------------------
19 // This file is part of eCos, the Embedded Configurable Operating System.
20 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
21 //
22 // eCos is free software; you can redistribute it and/or modify it under
23 // the terms of the GNU General Public License as published by the Free
24 // Software Foundation; either version 2 or (at your option) any later version.
25 //
26 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
27 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
28 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
29 // for more details.
30 //
31 // You should have received a copy of the GNU General Public License along
32 // with eCos; if not, write to the Free Software Foundation, Inc.,
33 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
34 //
35 // As a special exception, if other files instantiate templates or use macros
36 // or inline functions from this file, or you compile this file and link it
37 // with other works to produce a work based on this file, this file does not
38 // by itself cause the resulting work to be covered by the GNU General Public
39 // License. However the source code for this file must still be made available
40 // in accordance with section (3) of the GNU General Public License.
41 //
42 // This exception does not invalidate any other reasons why a work based on
43 // this file might be covered by the GNU General Public License.
44 //
45 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
46 // at http://sources.redhat.com/ecos/ecos-license/
47 // -------------------------------------------
48 //####ECOSGPLCOPYRIGHTEND####
49 //===========================================================================