OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [serial/] [arm/] [at91/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2007-06-01  Jim Seymour 
2
 
3
        * src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
4
        buffer fills up; eliminate compiler warning when setting "end"
5
        pointer.
6
 
7
2006-03-05  Oliver Munz  
8
 
9
        * src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
10
        is work to do.
11
 
12
2006-02-28  Andrew Lunn  
13
            Oliver Munz  
14
 
15
        * src/at91_serial.c (at91_serial_config_port): Enable the DMA
16
        if the control register exists.
17
 
18
2006-02-19  Andrew Lunn  
19
 
20
        * src/at91_serial.c (at91_serial_lookup): Enable the peripheral
21
        clock at lookup time to keep the power usage low.
22
 
23
2004-11-10  Sebastian Block 
24
 
25
        * src/at91_serial.c: Added third port
26
 
27
2004-01-26  Andrew Lunn  
28
 
29
        * src/at91_serial.c (at91_serial_getc_polled)
30
        * src/ay91_serial.c (at91_serial_putc_polled):
31
        Only define these functions if polled IO is configured so
32
        avoiding compiler warnings.
33
 
34
2004-01-16  Thomas Koeller  
35
 
36
        * src/at91_serial.c: If both a transmitter and a receiver
37
        interrupt arrive at the same time, process the receiver
38
        interrupt first.
39
 
40
2003-11-21  Thomas Koeller  
41
 
42
        * src/at91_serial.c: Fix endless loop that would occur if
43
        high-level driver was not ready to accept data received.
44
 
45
2003-11-07  Thomas Koeller  
46
 
47
        * src/at91_serial.c:
48
        * cdl/ser_arm_at91.cdl: Major rewrite to achieve reliable
49
        operation at higher baud rates.
50
 
51
2003-10-16  Nick Garnett  
52
 
53
        * src/at91_serial.c (at91_serial_config_port): Added update of
54
        channel configuration, which was missing.
55
 
56
2003-02-24  Jonathan Larmour  
57
 
58
        * cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
59
 
60
2001-09-20  Jesper Skov  
61
 
62
        * src/at91_serial.c (at91_serial_init): Use valid interrupt priority.
63
 
64
2001-09-10  Jonathan Larmour  
65
 
66
        * cdl/ser_arm_at91.cdl:
67
        Fix 234000->230400 typo.
68
 
69
2001-08-14  Jonathan Larmour  
70
 
71
        * src/at91_serial.c (at91_serial_stop_xmit): Write to IDR, not IER.
72
        (at91_serial_ISR): Return CYG_ISR_HANDLED.
73
 
74
2001-07-24  Gary Thomas  
75
 
76
        * src/at91_serial.h:
77
        * src/at91_serial.c:
78
        * cdl/ser_arm_at91.cdl: New file(s) - initial package.
79
 
80
//===========================================================================
81
// ####GPLCOPYRIGHTBEGIN####
82
// -------------------------------------------
83
// This file is part of eCos, the Embedded Configurable Operating System.
84
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
85
//
86
// This program is free software; you can redistribute it and/or modify
87
// it under the terms of the GNU General Public License as published by
88
// the Free Software Foundation; either version 2 or (at your option) any
89
// later version.
90
//
91
// This program is distributed in the hope that it will be useful, but
92
// WITHOUT ANY WARRANTY; without even the implied warranty of
93
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
94
// General Public License for more details.
95
//
96
// You should have received a copy of the GNU General Public License
97
// along with this program; if not, write to the
98
// Free Software Foundation, Inc., 51 Franklin Street,
99
// Fifth Floor, Boston, MA  02110-1301, USA.
100
// -------------------------------------------
101
// ####GPLCOPYRIGHTEND####
102
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.