rockbox/firmware/target/coldfire/iriver
2007-10-15 21:16:50 +00:00
..
h100 Coldfire targets: enable buffered writes by default. Speeds up all sorts of I/O that writes to ports: LCD update (except the functions using DMA on H300), ATA writes, .... Some timings had to be adjusted for the new configuration. 2007-10-15 21:16:50 +00:00
h300 H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LCD controller. ~7% speedup on H300, ~5% speedup on X5. 2007-10-14 23:05:56 +00:00
ata-iriver.c move the iriver h1x0/h3x0 targets to the target tree 2006-10-30 08:56:06 +00:00
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
backlight-target.h Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +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
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