1
0
Fork 0
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:
Michael Giacomelli 2008-12-24 04:10:18 +00:00
parent be26da8662
commit c97f640060
13 changed files with 957 additions and 3 deletions

View file

@ -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