rockbox/firmware/target
Thomas Martitz 7dd548c697 Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit transfers when possible.
Unaligned (to 4byte boundary) and odd (where the amount of data is not an integer multiple of 32bit) are still supported. Even those still have a speedup of >2.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22574 a1c6a512-1295-4272-9138-f99709370657
2009-08-31 15:54:25 +00:00
..
arm Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit transfers when possible. 2009-08-31 15:54:25 +00:00
coldfire Various files: make functions static if they're local or make sure there is a proper #include if not 2009-08-06 09:28:25 +00:00
mips Add a BTN_MASK for the VX777 (aka fix red) 2009-08-21 22:50:50 +00:00
sh Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h 2009-06-29 14:30:12 +00:00