as3525v2: add usb driver stub, enable usb phy&core init

clip+: add USBOTG_ define and enable usb stack

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2010-05-18 09:58:52 +00:00
parent ed96c935ec
commit 22cfbee274
7 changed files with 364 additions and 5 deletions

View file

@ -444,6 +444,9 @@ target/arm/as3525/scrollwheel-as3525.c
#else /* AS3535v2 */
target/arm/as3525/sd-as3525v2.c
#endif
#if CONFIG_CPU == AS3525v2
target/arm/as3525/usb-drv-as3525v2.c
#endif
target/arm/as3525/power-as3525.c
target/arm/as3525/usb-as3525.c
target/arm/as3525/dma-pl081.c