rockbox/firmware/target/coldfire/iriver
2008-01-15 00:51:58 +00:00
..
h100 Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 124MHz. The main loop within lcd_grey_data() needed instruction reordering (interspersing lcd writes with memory accesses) to meed the LCD controller timing. Slight slowdown because of the extra register needed. 2008-01-15 00:51:58 +00:00
h300 Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. 2007-11-12 18:49:53 +00:00
ata-iriver.c
audio-iriver.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
button-target.h Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. 2006-11-27 02:16:32 +00:00
fmradio_i2c-iriver.c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. 2007-11-10 19:14:01 +00:00
lcd-remote-iriver.c Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). 2007-07-28 08:12:05 +00:00
lcd-remote-target.h Move target specific parts of the H100 remote LCD driver to target tree. 2007-02-25 22:09:14 +00:00
system-iriver.c Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 2007-10-02 07:54:50 +00:00