mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
ipod6g: bootloader v1
- dual boot - USB mode - battery trap Change-Id: I8586cfeb21ee63f45ab965430725225fdfc4212d
This commit is contained in:
parent
0d0b163dd1
commit
882921efb6
7 changed files with 582 additions and 32 deletions
|
|
@ -872,8 +872,12 @@ Lyre prototype 1 */
|
|||
#ifdef HAVE_BOOTLOADER_USB_MODE
|
||||
/* Priority in bootloader is wanted */
|
||||
#define HAVE_PRIORITY_SCHEDULING
|
||||
#if (CONFIG_CPU == S5L8702)
|
||||
#define USB_DRIVER_CLOSE
|
||||
#else
|
||||
#define USB_STATUS_BY_EVENT
|
||||
#define USB_DETECT_BY_REQUEST
|
||||
#endif
|
||||
#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC
|
||||
#define INCLUDE_TIMEOUT_API
|
||||
#define USB_DRIVER_CLOSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue