forked from len0rd/rockbox
Add experimental support for isochronous transfers in the usb ARC driver. There are several details to tweaks however.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25130 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
263e4d5cbf
commit
c7517f5662
2 changed files with 27 additions and 7 deletions
|
|
@ -882,6 +882,10 @@ Lyre prototype 1 */
|
|||
//#define USB_HAS_INTERRUPT -- seems to be broken
|
||||
#endif /* CONFIG_USBOTG */
|
||||
|
||||
#if CONFIG_USBOTG == USBOTG_ARC
|
||||
#define USB_HAS_ISOCHRONOUS
|
||||
#endif
|
||||
|
||||
/* define the class drivers to enable */
|
||||
#ifdef BOOTLOADER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue