Mercurial > ecos-v3_0-branch
annotate packages/devs/serial/arm/at91/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 5377ec428842 |
| children |
| rev | line source |
|---|---|
|
2393
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
1 2007-06-01 Jim Seymour <jim@cipher.com> |
|
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
2 |
|
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
3 * src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive |
|
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
4 buffer fills up; eliminate compiler warning when setting "end" |
|
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
5 pointer. |
|
5377ec428842
* src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
asl
parents:
2158
diff
changeset
|
6 |
|
2158
b2eee5fc1db7
* src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
asl
parents:
2150
diff
changeset
|
7 2006-03-05 Oliver Munz <munz@speag.ch> |
|
b2eee5fc1db7
* src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
asl
parents:
2150
diff
changeset
|
8 |
|
b2eee5fc1db7
* src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
asl
parents:
2150
diff
changeset
|
9 * src/at91_serial.c (at91_serial_ISR): Only call the DSR if there |
|
b2eee5fc1db7
* src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
asl
parents:
2150
diff
changeset
|
10 is work to do. |
|
b2eee5fc1db7
* src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
asl
parents:
2150
diff
changeset
|
11 |
|
2150
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
12 2006-02-28 Andrew Lunn <andrew.lunn@ascom.ch> |
|
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
13 Oliver Munz <munz@speag.ch> |
|
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
14 |
|
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
15 * src/at91_serial.c (at91_serial_config_port): Enable the DMA |
|
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
16 if the control register exists. |
|
3f92807e911d
* src/at91_serial.c (at91_serial_config_port): Enable the DMA
asl
parents:
2134
diff
changeset
|
17 |
|
2134
f018213654da
* src/at91_serial.c (at91_serial_lookup): Enable the peripheral
asl
parents:
1825
diff
changeset
|
18 2006-02-19 Andrew Lunn <andrew.lunn@ascom.ch> |
|
f018213654da
* src/at91_serial.c (at91_serial_lookup): Enable the peripheral
asl
parents:
1825
diff
changeset
|
19 |
|
f018213654da
* src/at91_serial.c (at91_serial_lookup): Enable the peripheral
asl
parents:
1825
diff
changeset
|
20 * src/at91_serial.c (at91_serial_lookup): Enable the peripheral |
|
f018213654da
* src/at91_serial.c (at91_serial_lookup): Enable the peripheral
asl
parents:
1825
diff
changeset
|
21 clock at lookup time to keep the power usage low. |
|
f018213654da
* src/at91_serial.c (at91_serial_lookup): Enable the peripheral
asl
parents:
1825
diff
changeset
|
22 |
| 1825 | 23 2004-11-10 Sebastian Block <sebastianblock@gmx.net> |
| 24 | |
| 25 * src/at91_serial.c: Added third port | |
| 26 | |
| 1479 | 27 2004-01-26 Andrew Lunn <andrew.lunn@ascom.ch> |
| 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 <thomas.koeller@baslerweb.com> | |
| 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 | |
| 1379 | 40 2003-11-21 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 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 | |
| 1374 | 45 2003-11-07 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 46 | |
| 47 * src/at91_serial.c: | |
| 48 * cdl/ser_arm_at91.cdl: Major rewrite to achieve reliable | |
| 49 operation at higher baud rates. | |
| 50 | |
|
1317
8f869e3f4c09
* src/at91_serial.c (at91_serial_config_port): Added update of
nickg
parents:
667
diff
changeset
|
51 2003-10-16 Nick Garnett <nickg@balti.calivar.com> |
|
8f869e3f4c09
* src/at91_serial.c (at91_serial_config_port): Added update of
nickg
parents:
667
diff
changeset
|
52 |
|
8f869e3f4c09
* src/at91_serial.c (at91_serial_config_port): Added update of
nickg
parents:
667
diff
changeset
|
53 * src/at91_serial.c (at91_serial_config_port): Added update of |
|
8f869e3f4c09
* src/at91_serial.c (at91_serial_config_port): Added update of
nickg
parents:
667
diff
changeset
|
54 channel configuration, which was missing. |
|
8f869e3f4c09
* src/at91_serial.c (at91_serial_config_port): Added update of
nickg
parents:
667
diff
changeset
|
55 |
|
667
54145c3c13f9
* cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
jlarmour
parents:
210
diff
changeset
|
56 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
|
54145c3c13f9
* cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
jlarmour
parents:
210
diff
changeset
|
57 |
|
54145c3c13f9
* cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
jlarmour
parents:
210
diff
changeset
|
58 * cdl/ser_arm_at91.cdl: Remove irrelevant doc link. |
|
54145c3c13f9
* cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
jlarmour
parents:
210
diff
changeset
|
59 |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
60 2001-09-20 Jesper Skov <jskov@redhat.com> |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
61 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
62 * src/at91_serial.c (at91_serial_init): Use valid interrupt priority. |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
63 |
|
183
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
178
diff
changeset
|
64 2001-09-10 Jonathan Larmour <jlarmour@redhat.com> |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
178
diff
changeset
|
65 |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
178
diff
changeset
|
66 * cdl/ser_arm_at91.cdl: |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
178
diff
changeset
|
67 Fix 234000->230400 typo. |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
178
diff
changeset
|
68 |
|
178
aa8364213009
Merge from eCos master repository on 2001-08-15-01:50:29-BST
jlarmour
parents:
175
diff
changeset
|
69 2001-08-14 Jonathan Larmour <jlarmour@redhat.com> |
|
aa8364213009
Merge from eCos master repository on 2001-08-15-01:50:29-BST
jlarmour
parents:
175
diff
changeset
|
70 |
|
aa8364213009
Merge from eCos master repository on 2001-08-15-01:50:29-BST
jlarmour
parents:
175
diff
changeset
|
71 * src/at91_serial.c (at91_serial_stop_xmit): Write to IDR, not IER. |
|
aa8364213009
Merge from eCos master repository on 2001-08-15-01:50:29-BST
jlarmour
parents:
175
diff
changeset
|
72 (at91_serial_ISR): Return CYG_ISR_HANDLED. |
|
aa8364213009
Merge from eCos master repository on 2001-08-15-01:50:29-BST
jlarmour
parents:
175
diff
changeset
|
73 |
|
175
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
74 2001-07-24 Gary Thomas <gthomas@redhat.com> |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
75 |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
76 * src/at91_serial.h: |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
77 * src/at91_serial.c: |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
78 * cdl/ser_arm_at91.cdl: New file(s) - initial package. |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
79 |
|
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
80 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
81 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
82 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
83 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
84 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
85 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
86 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
87 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
88 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
89 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
90 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
91 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
92 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
93 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
94 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
95 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
96 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
97 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
98 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
99 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
100 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2393
diff
changeset
|
101 // ####GPLCOPYRIGHTEND#### |
|
175
e7780801e1a7
Merge from eCos master repository on 2001-07-31-19:15:01-BST
jlarmour
parents:
diff
changeset
|
102 //=========================================================================== |
