mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
ed96c935ec
commit
22cfbee274
7 changed files with 364 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue