Fix Clip firmware building by adding missing symbols
commitfdeb61c6dd693da01143f9c939e5c044d15ac86e
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Mon, 10 Nov 2008 11:04:43 +0000 (10 11:04 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Mon, 10 Nov 2008 11:04:43 +0000 (10 11:04 +0000)
tree00808daafeee2b419ad12c3306d0a02b29c2ff35
parent71e65e8d6f6df94853d824ef05265758d5e4018c
Fix Clip firmware building by adding missing symbols

Implement some of the new functions
Use as3514 rtc
Add AS3525 case in rolo.c
Copy card_get_info_target() from ata-sd-pp.c , and use the correct 32bits words order

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19064 a1c6a512-1295-4272-9138-f99709370657
15 files changed:
firmware/SOURCES
firmware/export/config-clip.h
firmware/rolo.c
firmware/target/arm/as3525/adc-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/ata_sd_as3525.c
firmware/target/arm/as3525/audio-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/debug-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/debug-target.h [new file with mode: 0644]
firmware/target/arm/as3525/i2c-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/i2s-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/pcm-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/power-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/powermgmt-as3525.c [new file with mode: 0644]
firmware/target/arm/as3525/system-as3525.c
firmware/target/arm/as3525/usb-as3525.c [new file with mode: 0644]