1 |
27 |
unneback |
2003-02-24 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* cdl/ser_arm_sa11x0.cdl: Remove irrelevant doc link.
|
4 |
|
|
|
5 |
|
|
2001-10-09 Hugo Tyson
|
6 |
|
|
|
7 |
|
|
* src/sa11x0_serial.c (sa11x0_serial_DSR): Acknowledge the
|
8 |
|
|
interrupts for start or end of a line break, otherwise messing
|
9 |
|
|
with the wiring can cause an interrupt loop and hang the target.
|
10 |
|
|
|
11 |
|
|
2001-09-10 Jonathan Larmour
|
12 |
|
|
|
13 |
|
|
* cdl/ser_arm_sa11x0.cdl:
|
14 |
|
|
Fix 234000->230400 typo.
|
15 |
|
|
|
16 |
|
|
2000-10-12 Jesper Skov
|
17 |
|
|
|
18 |
|
|
* cdl/ser_arm_sa11x0.cdl: Testing parameters moved here.
|
19 |
|
|
|
20 |
|
|
2000-08-01 Jonathan Larmour
|
21 |
|
|
|
22 |
|
|
* src/sa11x0_serial.c (sa11x0_serial_set_config): Now use keys to make
|
23 |
|
|
more flexible.
|
24 |
|
|
|
25 |
|
|
2000-06-29 Jesper Skov
|
26 |
|
|
|
27 |
|
|
* src/sa11x0_serial.h:
|
28 |
|
|
* src/sa11x0_serial.c:
|
29 |
|
|
Registers renamed.
|
30 |
|
|
|
31 |
|
|
2000-06-22 Hugo Tyson
|
32 |
|
|
|
33 |
|
|
* cdl/.cdl: Remove the comment on the empty
|
34 |
|
|
include_files directive; the tools now support this correctly.
|
35 |
|
|
This keeps internal include files internal.
|
36 |
|
|
|
37 |
|
|
2000-05-10 Gary Thomas
|
38 |
|
|
|
39 |
|
|
* cdl/ser_arm_sa11x0.cdl:
|
40 |
|
|
* src/sa11x0_serial.h:
|
41 |
|
|
* src/sa11x0_serial.c: New file(s).
|
42 |
|
|
|
43 |
|
|
//===========================================================================
|
44 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
45 |
|
|
// -------------------------------------------
|
46 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
47 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
48 |
|
|
//
|
49 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
50 |
|
|
// the terms of the GNU General Public License as published by the Free
|
51 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
52 |
|
|
//
|
53 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
54 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
55 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
56 |
|
|
// for more details.
|
57 |
|
|
//
|
58 |
|
|
// You should have received a copy of the GNU General Public License along
|
59 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
60 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
61 |
|
|
//
|
62 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
63 |
|
|
// or inline functions from this file, or you compile this file and link it
|
64 |
|
|
// with other works to produce a work based on this file, this file does not
|
65 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
66 |
|
|
// License. However the source code for this file must still be made available
|
67 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
68 |
|
|
//
|
69 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
70 |
|
|
// this file might be covered by the GNU General Public License.
|
71 |
|
|
//
|
72 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
73 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
74 |
|
|
// -------------------------------------------
|
75 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
76 |
|
|
//===========================================================================
|