summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-01-12 00:59:18 +0000
committerJens Arnold <amiconn@rockbox.org>2008-01-12 00:59:18 +0000
commit41cd44caa7b4799dcc14eda33f0f5cf93152a6e0 (patch)
treefcaa7a94441ace95ba74faa9f01397a7d720a7d7 /firmware/SOURCES
parent9f686700d47e8fcfa0fec65bfbfcf5d5cde3f752 (diff)
downloadrockbox-41cd44caa7b4799dcc14eda33f0f5cf93152a6e0.tar.gz
rockbox-41cd44caa7b4799dcc14eda33f0f5cf93152a6e0.zip
Greyscale ipod lcd driver: * Assembler optimised low level functions. PP5002 targets benefit most (lcd_update() speedup >50%, and the greyscale overlay no longer makes mp3 playback skip). * Consistent brace placement style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16060 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ca06d8602f..0f943a0017 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -694,6 +694,7 @@ target/arm/ata-pp5020.c
694target/arm/ipod/adc-ipod-pcf.c 694target/arm/ipod/adc-ipod-pcf.c
695target/arm/ipod/backlight-4g_color.c 695target/arm/ipod/backlight-4g_color.c
696target/arm/ipod/button-clickwheel.c 696target/arm/ipod/button-clickwheel.c
697target/arm/ipod/lcd-as-gray.S
697target/arm/ipod/lcd-gray.c 698target/arm/ipod/lcd-gray.c
698target/arm/ipod/power-ipod.c 699target/arm/ipod/power-ipod.c
699target/arm/ipod/powermgmt-ipod-pcf.c 700target/arm/ipod/powermgmt-ipod-pcf.c
@@ -762,6 +763,7 @@ target/arm/i2s-pp.c
762target/arm/ipod/adc-ipod-pcf.c 763target/arm/ipod/adc-ipod-pcf.c
763target/arm/ipod/3g/backlight-3g.c 764target/arm/ipod/3g/backlight-3g.c
764target/arm/ipod/button-1g-3g.c 765target/arm/ipod/button-1g-3g.c
766target/arm/ipod/lcd-as-gray.S
765target/arm/ipod/lcd-gray.c 767target/arm/ipod/lcd-gray.c
766target/arm/ipod/power-ipod.c 768target/arm/ipod/power-ipod.c
767target/arm/ipod/powermgmt-ipod-pcf.c 769target/arm/ipod/powermgmt-ipod-pcf.c
@@ -778,6 +780,7 @@ target/arm/ipod/1g2g/adc-ipod-1g2g.c
778target/arm/ipod/1g2g/backlight-1g2g.c 780target/arm/ipod/1g2g/backlight-1g2g.c
779target/arm/ipod/1g2g/powermgmt-1g2g.c 781target/arm/ipod/1g2g/powermgmt-1g2g.c
780target/arm/ipod/button-1g-3g.c 782target/arm/ipod/button-1g-3g.c
783target/arm/ipod/lcd-as-gray.S
781target/arm/ipod/lcd-gray.c 784target/arm/ipod/lcd-gray.c
782target/arm/ipod/power-ipod.c 785target/arm/ipod/power-ipod.c
783target/arm/usb-fw-pp5002.c 786target/arm/usb-fw-pp5002.c
@@ -794,6 +797,7 @@ target/arm/i2s-pp.c
794target/arm/ipod/adc-ipod-pcf.c 797target/arm/ipod/adc-ipod-pcf.c
795target/arm/ipod/backlight-mini1g_mini2g.c 798target/arm/ipod/backlight-mini1g_mini2g.c
796target/arm/ipod/button-mini1g.c 799target/arm/ipod/button-mini1g.c
800target/arm/ipod/lcd-as-gray.S
797target/arm/ipod/lcd-gray.c 801target/arm/ipod/lcd-gray.c
798target/arm/ipod/power-ipod.c 802target/arm/ipod/power-ipod.c
799target/arm/ipod/powermgmt-ipod-pcf.c 803target/arm/ipod/powermgmt-ipod-pcf.c
@@ -811,6 +815,7 @@ target/arm/i2s-pp.c
811target/arm/ipod/adc-ipod-pcf.c 815target/arm/ipod/adc-ipod-pcf.c
812target/arm/ipod/backlight-mini1g_mini2g.c 816target/arm/ipod/backlight-mini1g_mini2g.c
813target/arm/ipod/button-clickwheel.c 817target/arm/ipod/button-clickwheel.c
818target/arm/ipod/lcd-as-gray.S
814target/arm/ipod/lcd-gray.c 819target/arm/ipod/lcd-gray.c
815target/arm/ipod/power-ipod.c 820target/arm/ipod/power-ipod.c
816target/arm/ipod/powermgmt-ipod-pcf.c 821target/arm/ipod/powermgmt-ipod-pcf.c