Add Sansa Fuze to the build system, including a first (untested) attempt at an LCD...
commitd1a9c6c356e8e0f07a756f8135beafec16de5b2b
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sat, 1 Nov 2008 10:29:23 +0000 (1 10:29 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sat, 1 Nov 2008 10:29:23 +0000 (1 10:29 +0000)
tree356c73c00c985c534864a4c9a6e8d3414b2a30fd
parent2f7bd28b46ea735083ef634c7146dd0f9f3523d3
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
14 files changed:
firmware/SOURCES
firmware/export/config-fuze.h [new file with mode: 0644]
firmware/export/config.h
firmware/target/arm/as3525/sansa-fuze/adc-target.h [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/backlight-fuze.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/backlight-target.h [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/button-fuze.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/button-target.h [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/system-target.h [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuze/timer-target.h [new file with mode: 0644]
firmware/target/arm/as3525/system-as3525.c
tools/configure
tools/scramble.c