forked from len0rd/rockbox
Add the Sansa c100 as a build target with basic drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17742 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fdd5c3f1a3
commit
b93667b306
13 changed files with 688 additions and 18 deletions
|
|
@ -972,7 +972,26 @@ target/arm/tcc77x/debug-tcc77x.c
|
|||
target/arm/tcc77x/pcm-tcc77x.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* LOGIK_DAX */
|
||||
#endif /* SANSA_M200 */
|
||||
|
||||
#ifdef SANSA_C100
|
||||
#ifndef SIMULATOR
|
||||
target/arm/tcc77x/adc-tcc77x.c
|
||||
target/arm/tcc77x/ata-nand-tcc77x.c
|
||||
target/arm/tcc77x/kernel-tcc77x.c
|
||||
target/arm/tcc77x/c100/lcd-S6B33B2.c
|
||||
target/arm/tcc77x/powermgmt-tcc77x.c
|
||||
target/arm/tcc77x/system-tcc77x.c
|
||||
target/arm/tcc77x/timer-tcc77x.c
|
||||
target/arm/tcc77x/usb-tcc77x.c
|
||||
target/arm/tcc77x/c100/button-c100.c
|
||||
target/arm/tcc77x/c100/power-c100.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/tcc77x/debug-tcc77x.c
|
||||
target/arm/tcc77x/pcm-tcc77x.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* SANSA_C100 */
|
||||
|
||||
#ifdef IAUDIO_7
|
||||
#ifndef SIMULATOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue