forked from len0rd/rockbox
Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a85eb7d9f
commit
6908cc5235
28 changed files with 1215 additions and 33 deletions
|
|
@ -636,17 +636,37 @@ target/arm/ata-pp5020.c
|
|||
target/arm/wmcodec-pp.c
|
||||
target/arm/i2s-pp.c
|
||||
target/arm/adc-pp5020.c
|
||||
target/arm/philips/hdd1630/backlight-hdd1630.c
|
||||
target/arm/philips/backlight-hdd.c
|
||||
target/arm/philips/power-hdd.c
|
||||
target/arm/philips/fmradio_i2c-hdd.c
|
||||
target/arm/philips/hdd1630/button-hdd1630.c
|
||||
target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
|
||||
target/arm/philips/hdd1630/lcd-hdd1630.c
|
||||
target/arm/philips/hdd1630/lcd-as-hdd1630.S
|
||||
target/arm/philips/hdd1630/power-hdd1630.c
|
||||
target/arm/philips/hdd1630/powermgmt-hdd1630.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* PHILIPS_HDD1630 */
|
||||
|
||||
#ifdef PHILIPS_HDD6330
|
||||
#ifndef SIMULATOR
|
||||
#ifndef BOOTLOADER
|
||||
drivers/synaptics-mep.c
|
||||
#endif /* BOOTLOADER */
|
||||
target/arm/ata-as-arm.S
|
||||
target/arm/ata-pp5020.c
|
||||
target/arm/wmcodec-pp.c
|
||||
target/arm/i2s-pp.c
|
||||
target/arm/adc-pp5020.c
|
||||
target/arm/philips/backlight-hdd.c
|
||||
target/arm/philips/power-hdd.c
|
||||
target/arm/philips/fmradio_i2c-hdd.c
|
||||
target/arm/philips/hdd6330/button-hdd6330.c
|
||||
target/arm/philips/hdd6330/lcd-hdd6330.c
|
||||
target/arm/philips/hdd6330/powermgmt-hdd6330.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* PHILIPS_HDD6330 */
|
||||
|
||||
#ifdef IAUDIO_X5
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue