mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
It is very similar to how e200tool from MrH works but uses the framework of hwstub which is makes it completely trivial since we already have the USB driver written. Change-Id: I61cdc245d3f828c2682bcd6ecfed5a1cc0094139
9 lines
No EOL
278 B
C
9 lines
No EOL
278 B
C
#define CONFIG_PP
|
|
#define IRAM_ORIG 0x40000000
|
|
#define IRAM_SIZE 0x20000
|
|
#define DRAM_ORIG 0x10f00000
|
|
#define DRAM_SIZE (MEMORYSIZE * 0x100000)
|
|
#define CPU_ARM
|
|
#define ARM_ARCH 5
|
|
#define USB_BASE 0xc5000000
|
|
#define USB_NUM_ENDPOINTS 2 |