Mercurial > ecos
annotate packages/devs/usb/at91/current/ChangeLog @ 2291:dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
rather than relying on the order in the configuration list.
| author | jlarmour |
|---|---|
| date | Thu, 07 Sep 2006 12:38:34 +0000 |
| parents | 26500399b500 |
| children | 0f68ebea87e6 |
| rev | line source |
|---|---|
|
2291
dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
jlarmour
parents:
2225
diff
changeset
|
1 2006-09-07 John Eigelaar <jeigelaar@mweb.co.za> |
|
dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
jlarmour
parents:
2225
diff
changeset
|
2 |
|
dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
jlarmour
parents:
2225
diff
changeset
|
3 * cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion |
|
dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
jlarmour
parents:
2225
diff
changeset
|
4 rather than relying on the order in the configuration list. |
|
dcfe5eba9ea7
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
jlarmour
parents:
2225
diff
changeset
|
5 |
|
2225
26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
asl
parents:
2223
diff
changeset
|
6 2006-06-06 Andrew Lunn <andrew.lunn@ascom.ch> |
|
26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
asl
parents:
2223
diff
changeset
|
7 |
|
26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
asl
parents:
2223
diff
changeset
|
8 * cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no |
|
26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
asl
parents:
2223
diff
changeset
|
9 slave clients. |
|
26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
asl
parents:
2223
diff
changeset
|
10 |
|
2223
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
11 2006-05-25 Andrew Lunn <andrew.lunn@ascom.ch> |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
12 |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
13 * src/usbs_at91_data.cxx: Change the initialization priority. The |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
14 USB tty driver is initialized at priority CYG_INIT_IO, so the USB |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
15 device has to be initialized before that. |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
16 |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
17 2006-05-19 Andrew Lunn <andrew.lunn@ascom.ch> |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
18 |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
19 * src/usbs_at91.c: Rework pullup and power dectect to use the AT91 |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
20 GPIO macros. |
|
41234426f916
* src/usbs_at91_data.cxx: Change the initialization priority. The
asl
parents:
2184
diff
changeset
|
21 |
| 2184 | 22 2006-05-07 Andrew Lunn <andrew.lunn@ascom.ch> |
| 23 | |
| 24 * Included into eCos anonymous CVS. | |
| 25 | |
| 26 Note: There appears to be a hardware bug with OUT transfers. It | |
| 27 appears that after resetting the endpoint, the first OUT transfer | |
| 28 does not trigger a receive interrupt. The BK0 bit is not set, | |
| 29 however the number of bytes in the receiver FIFO is correct. The | |
| 30 second OUT transfer causes both BK0 and BK1 bits to be set and an | |
| 31 interrupt generated. Currently no workaround is used to correct | |
| 32 this behavoiour. | |
| 33 | |
| 34 2006-04-23 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 35 | |
| 36 * src/usbs_at91.c: Endpoint 3 can send upto 64 bytes at a time, | |
| 37 not 8. | |
| 38 | |
| 39 2006-04-20 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 40 | |
| 41 * src/usbs_at91.c (usbs_at91_control_data_sent): Send a zero byte | |
| 42 packet when the transfer is an exact multiple of the endpoint | |
| 43 buffer size. | |
| 44 | |
| 45 2006-04-16 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 46 | |
| 47 * src/usbs_at91.c (usbs_testing_endpoints): Added support for the | |
| 48 USB testcase framework by exporting what endpoint we have. | |
| 49 * src/usbs_at91.c (usbs_at91_control_setup): Make requests other | |
| 50 than standard requests work, eg CLASS, VENDOR etc. | |
| 51 * src/usbs_at91.c (usbs_at91_handle_reset): Configure the endpoint | |
| 52 hardware using the configuration information. | |
| 53 * src/usbs_at91.c (usbs_at91_control_data_sent): Transaction is | |
| 54 complete when the buffer is empty _and_ there is no refill | |
| 55 function defined. | |
| 56 | |
| 57 2006-03-10 Oliver Munz <oli@snr.ch> | |
| 58 | |
| 59 * CDL-Update for PLL-Freuenzy. | |
| 60 | |
| 61 2006-03-06 Oliver Munz <oli@snr.ch> | |
| 62 | |
| 63 * USB device driver work finished - haha. | |
| 64 | |
| 65 What's missing: | |
| 66 The set_... and get_freature-host-commands are not implemented yet. | |
| 67 The dynamical configuration of the data-endpoints is not reflectet in | |
| 68 the "usbs.h" API. | |
| 69 Isochronus transfer is not implemented. | |
| 70 Polling routines are not implemented. | |
| 71 USB-Tests are not done. | |
| 72 The PowerDetectPin is not used for the state. | |
| 73 AT91SAM7X's are not supported at the moment. | |
| 74 | |
| 75 But it works for me... | |
| 76 | |
| 77 //=========================================================================== | |
| 78 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 79 // ------------------------------------------- | |
| 80 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 81 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 82 // | |
| 83 // eCos is free software; you can redistribute it and/or modify it under | |
| 84 // the terms of the GNU General Public License as published by the Free | |
| 85 // Software Foundation; either version 2 or (at your option) any later version. | |
| 86 // | |
| 87 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 88 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 89 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 90 // for more details. | |
| 91 // | |
| 92 // You should have received a copy of the GNU General Public License along | |
| 93 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 94 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 95 // | |
| 96 // As a special exception, if other files instantiate templates or use macros | |
| 97 // or inline functions from this file, or you compile this file and link it | |
| 98 // with other works to produce a work based on this file, this file does not | |
| 99 // by itself cause the resulting work to be covered by the GNU General Public | |
| 100 // License. However the source code for this file must still be made available | |
| 101 // in accordance with section (3) of the GNU General Public License. | |
| 102 // | |
| 103 // This exception does not invalidate any other reasons why a work based on | |
| 104 // this file might be covered by the GNU General Public License. | |
| 105 // | |
| 106 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 107 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 108 // ------------------------------------------- | |
| 109 //####ECOSGPLCOPYRIGHTEND#### | |
| 110 //=========================================================================== |
