forked from len0rd/rockbox
Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. Add ADC driver (may not be needed). Fix a bug in the button driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
55d1675ada
commit
d8ef7c58d8
7 changed files with 500 additions and 127 deletions
|
|
@ -169,11 +169,7 @@ rolo.c
|
|||
thread.c
|
||||
timer.c
|
||||
#ifdef CPU_PP
|
||||
#if (CONFIG_CPU == PP5024)
|
||||
target/arm/crt0-pp5024.S
|
||||
#else
|
||||
target/arm/crt0-pp.S
|
||||
#endif
|
||||
#elif defined(CPU_ARM)
|
||||
target/arm/crt0.S
|
||||
#elif defined(CPU_COLDFIRE)
|
||||
|
|
@ -236,6 +232,7 @@ drivers/m5636.c
|
|||
#ifdef SANSA_E200
|
||||
target/arm/sandisk/sansa-e200/ata-e200.c
|
||||
target/arm/sandisk/sansa-e200/lcd-e200.c
|
||||
target/arm/sandisk/sansa-e200/adc-e200.c
|
||||
#endif
|
||||
|
||||
#ifdef IAUDIO_X5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue