1
0
Fork 0
forked from len0rd/rockbox

Add Sansa Fuze to the build system, including a first (untested) attempt at an LCD driver. Lots of things are just copied from the e200v2, so this code needs testing, and then drivers properly merged if they prove to be the same.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-11-01 10:29:23 +00:00
parent 88806c0b1b
commit 74c75e5c04
14 changed files with 1048 additions and 2 deletions

View file

@ -1067,6 +1067,15 @@ target/arm/as3525/as3525-codec.c
#endif /* !SIMULATOR */
#endif /* SANSA_M200V2 */
#ifdef SANSA_FUZE
#ifndef SIMULATOR
target/arm/as3525/sansa-fuze/button-fuze.c
target/arm/as3525/sansa-fuze/lcd-fuze.c
target/arm/as3525/sansa-e200v2/backlight-e200v2.c
target/arm/as3525/as3525-codec.c
#endif /* !SIMULATOR */
#endif /* SANSA_FUZE */
#ifdef IAUDIO_7
#ifndef SIMULATOR
drivers/nand_id.c