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