Hi Folks I've committed Oliver Munz's USB device driver for the AT91 chips. It has been tested on the AT91SAM7S, but i expect with a little work it can be made to work on other AT91 devices.
Andrew
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.161
diff -u -r1.161 ChangeLog
--- ChangeLog 25 Feb 2006 14:04:22 -0000 1.161
+++ ChangeLog 7 May 2006 15:15:52 -0000
@@ -1,3 +1,7 @@
+2006-05-07 Andrew Lunn <[EMAIL PROTECTED]>
+
+ * ecos.db: Add AT91 USB device driver.
+
2006-02-22 Mark Salter <[EMAIL PROTECTED]>
* ecos.db: Added net autotest.
Index: NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.97
diff -u -r1.97 NEWS
--- NEWS 25 Feb 2006 14:04:22 -0000 1.97
+++ NEWS 7 May 2006 15:15:52 -0000
@@ -1,3 +1,4 @@
+* AT91 USB device driver by Oliver Munz and Andrew Lunn
* Port to the ATMEL AT91SAM7S by Oliver Munz and Andrew Lunn
* Improved varient support for the AT91
* Support for the Ethenet device on the NETARM devices.
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.147
diff -u -r1.147 ecos.db
--- ecos.db 25 Feb 2006 14:04:22 -0000 1.147
+++ ecos.db 7 May 2006 15:16:00 -0000
@@ -1359,6 +1359,14 @@
description "A device driver for the NEC uPD985xx on-chip USB
device"
}
+package CYGPKG_DEVS_USB_AT91 {
+ alias { usb_at91 }
+ hardware
+ directory devs/usb/at91
+ script usbs_at91.cdl
+ description "A device driver for the ATMEL AT91 on-chip USB device"
+}
+
package CYGPKG_NET {
alias { "Networking" net }
directory net/common
at91usb.tar.bz2
Description: Binary data
