mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add DeviceData to bootloaders
same vein as bootdata but for devices that need to pass info back to a running firmware Change-Id: I0cdcdc0475804dfbbee415ab487104ae8fc8ac69
This commit is contained in:
parent
c16dbbfd1f
commit
a2cc7546d8
11 changed files with 274 additions and 1 deletions
|
|
@ -106,6 +106,9 @@
|
|||
#define HAVE_BOOTDATA
|
||||
#define BOOT_REDIR "rockbox_main.aigo_erosqn"
|
||||
|
||||
/* DeviceData */
|
||||
#define HAVE_DEVICEDATA
|
||||
|
||||
/* USB support */
|
||||
#ifndef SIMULATOR
|
||||
#define CONFIG_USBOTG USBOTG_DESIGNWARE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue