forked from len0rd/rockbox
Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be26da8662
commit
c97f640060
13 changed files with 957 additions and 3 deletions
|
@ -1100,6 +1100,19 @@ target/arm/as3525/powermgmt-as3525.c
|
|||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_E200V2 */
|
||||
|
||||
#ifdef SANSA_C200V2
|
||||
#ifndef SIMULATOR
|
||||
target/arm/as3525/sansa-c200v2/lcd-c200v2.c
|
||||
target/arm/as3525/sansa-c200v2/button-c200v2.c
|
||||
target/arm/as3525/sansa-c200v2/backlight-c200v2.c
|
||||
#ifndef BOOTLOADER
|
||||
drivers/generic_i2c.c
|
||||
target/arm/as3525/fmradio-i2c-as3525.c
|
||||
target/arm/as3525/powermgmt-as3525.c
|
||||
#endif /* !BOOTLOADER */
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_E200V2 */
|
||||
|
||||
#ifdef SANSA_M200V4
|
||||
#ifndef SIMULATOR
|
||||
target/arm/lcd-ssd1815.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue