mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04: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
22 lines
322 B
Text
22 lines
322 B
Text
#if defined(CPU_ARM)
|
|
asm/arm/memcpy.S
|
|
asm/arm/memmove.S
|
|
asm/arm/memset.S
|
|
#endif
|
|
main.c
|
|
logf.c
|
|
string.c
|
|
format.c
|
|
#ifdef CONFIG_STMP
|
|
stmp/crt0.S
|
|
stmp/target.c
|
|
usb_drv_arc.c
|
|
#elif defined(CONFIG_RK27XX)
|
|
rk27xx/crt0.S
|
|
rk27xx/usb_drv_rk27xx.c
|
|
rk27xx/target.c
|
|
#elif defined(CONFIG_PP)
|
|
pp/crt0.S
|
|
pp/target.c
|
|
usb_drv_arc.c
|
|
#endif
|