Make Clip+ bootloader build
commit41a2bbae1984eb86bd563bf73bba368d5900fa32
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Fri, 5 Feb 2010 12:40:25 +0000 (5 12:40 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Fri, 5 Feb 2010 12:40:25 +0000 (5 12:40 +0000)
treee761118345fc8640ba181999e8575964f3975587
parent6a535ae7e5ae750c744af616e3c65ca1ecf45858
Make Clip+ bootloader build

Now making the Fuzev2 bootloader build should be pretty easy

TODO:
    - write button driver (FlynDice found all buttons already)
    - find button light
    - decide if lcd-ssd1303.c must be modified for Clip+ using SSP or forked
    - check if backlight code works (I copied Clipv2 code)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24520 a1c6a512-1295-4272-9138-f99709370657
13 files changed:
bootloader/sansa_as3525.c
bootloader/show_logo.c
firmware/SOURCES
firmware/export/config.h
firmware/export/config/sansaclipplus.h [new file with mode: 0644]
firmware/target/arm/as3525/boot.lds
firmware/target/arm/as3525/clock-target.h
firmware/target/arm/as3525/powermgmt-target.h
firmware/target/arm/as3525/sansa-clipplus/backlight-clip.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-clipplus/backlight-target.h [new file with mode: 0644]
firmware/target/arm/as3525/sansa-clipplus/button-clip.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-clipplus/button-target.h [new file with mode: 0644]
firmware/target/arm/as3525/system-as3525.c