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