forked from len0rd/rockbox
FS#10047 : Clipv2
Reuse some code from Clip (LCD) and a lot of code from AS3525 Add a new CPU type : AS3525v2, identical to AS3525 except it's an ARMv5 (arm926-ejs) SD code still not working For an unknown reason LCD doesn't work anymore (to be investigated) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
822abc1236
commit
2392bb4199
21 changed files with 1408 additions and 33 deletions
|
|
@ -402,11 +402,13 @@ target/arm/pnx0101/system-pnx0101.c
|
|||
target/arm/pnx0101/timer-pnx0101.c
|
||||
#endif
|
||||
|
||||
#if CONFIG_CPU == AS3525
|
||||
#if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
|
||||
target/arm/as3525/system-as3525.c
|
||||
target/arm/as3525/kernel-as3525.c
|
||||
target/arm/as3525/timer-as3525.c
|
||||
#ifndef SANSA_CLIPV2
|
||||
target/arm/as3525/ata_sd_as3525.c
|
||||
#endif
|
||||
target/arm/as3525/power-as3525.c
|
||||
target/arm/as3525/usb-as3525.c
|
||||
target/arm/as3525/dma-pl081.c
|
||||
|
|
@ -1198,6 +1200,21 @@ target/arm/tcc77x/c100/audio-c100.c
|
|||
#endif /* SIMULATOR */
|
||||
#endif /* SANSA_C100 */
|
||||
|
||||
#ifdef SANSA_CLIPV2
|
||||
#ifndef SIMULATOR
|
||||
target/arm/as3525/sansa-clip/lcd-ssd1303.c
|
||||
target/arm/as3525/sansa-clip/lcd-as-clip.S
|
||||
|
||||
target/arm/as3525/sansa-clipv2/sd-clipv2.c
|
||||
target/arm/as3525/sansa-clipv2/button-clip.c
|
||||
target/arm/as3525/sansa-clipv2/backlight-clip.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/powermgmt-ascodec.c
|
||||
target/arm/as3525/sansa-clip/powermgmt-clip.c
|
||||
#endif /* !BOOTLOADER */
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_CLIPV2 */
|
||||
|
||||
#ifdef SANSA_CLIP
|
||||
#ifndef SIMULATOR
|
||||
target/arm/as3525/sansa-clip/lcd-ssd1303.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue