1
0
Fork 0
forked from len0rd/rockbox

hwstub: Add atj213x support

Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341
This commit is contained in:
Marcin Bukat 2014-09-23 13:30:17 +02:00
parent 791be56cff
commit d11704fed5
17 changed files with 4707 additions and 35 deletions

View file

@ -2,6 +2,11 @@
asm/arm/memcpy.S
asm/arm/memmove.S
asm/arm/memset.S
#elif defined(CPU_MIPS)
asm/mips/memcpy.S
asm/mips/memset.S
#else
#error "Unimplemented ISA"
#endif
main.c
logf.c
@ -19,4 +24,8 @@ rk27xx/target.c
pp/crt0.S
pp/target.c
usb_drv_arc.c
#elif defined(CONFIG_ATJ213X)
atj213x/crt0.S
atj213x/target.c
atj213x/usb_drv_atj213x.c
#endif