forked from len0rd/rockbox
A tiny bit more Sansa Fuze v2 work.
- buttonlight works - backlight turns on (quite weak though and no brightness adjustment/backlight off functional) - don't share drivers with e200v2/fuzev1 for now as it's not entirely clear how dbop plays into this - deactivte scrollwheel as it's messing up the timer setup in kernel-as3525.c indicating the dbop input reading doesn't work well - still no working bootloader/no lcd or buttons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
25065a6423
commit
b5b2a03ee2
6 changed files with 242 additions and 19 deletions
|
|
@ -1298,11 +1298,10 @@ target/arm/as3525/sansa-fuze/powermgmt-fuze.c
|
|||
|
||||
#ifdef SANSA_FUZEV2
|
||||
#ifndef SIMULATOR
|
||||
target/arm/as3525/button-e200v2-fuze.c
|
||||
target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
|
||||
target/arm/as3525/lcd-as-e200v2-fuze.S
|
||||
target/arm/as3525/backlight-e200v2-fuze.c
|
||||
target/arm/as3525/dbop-as3525.c
|
||||
target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
|
||||
target/arm/as3525/sansa-fuzev2/button-fuzev2.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/powermgmt-ascodec.c
|
||||
target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue