.. |
adc.c
|
Fix ipod 3g build that was broken (by me perhaps?)
|
2006-03-23 03:48:48 +00:00 |
ata.c
|
Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c
|
2006-04-08 09:08:38 +00:00 |
ata_flash.c
|
Two files for the iFP port that I forgot to commit
|
2006-01-18 10:01:35 +00:00 |
ata_mmc.c
|
Removed unused ata_standby(), changed return type of ata_sleep() to void, removed misleading comment from ata.h
|
2005-11-07 23:19:06 +00:00 |
button.c
|
Since we poll buttons every tick now, the extra if() checking the polling interval was obsolete. Pointed out by Mikael Magnusson. * Some tweaks.
|
2006-04-06 18:58:42 +00:00 |
dac.c
|
Patch #798050 by Leslie Donaldson, activates Line In on Player models
|
2003-11-03 23:36:36 +00:00 |
dac.h
|
Patch #798050 by Leslie Donaldson, activates Line In on Player models
|
2003-11-03 23:36:36 +00:00 |
fat.c
|
Comparing short filenames for uniqueness used 1 char too much, causing it to create identical short filenames. Fixes bugreport #5030.
|
2006-04-08 12:17:51 +00:00 |
fmradio.c
|
moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM
|
2004-10-17 08:53:18 +00:00 |
fmradio_i2c.c
|
H300 FM radio support, with help from Peter D'Hoye
|
2005-12-15 01:11:19 +00:00 |
generic_i2c.c
|
Generic bitbang I2C driver
|
2006-02-22 14:50:57 +00:00 |
i2c-coldfire.c
|
Enable I2C bus 1 on the iAudio X5
|
2006-03-28 20:36:04 +00:00 |
i2c-pnx0101.c
|
Two files for the iFP port that I forgot to commit
|
2006-01-18 10:01:35 +00:00 |
i2c-pp5002.c
|
Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting
|
2006-03-09 19:47:12 +00:00 |
i2c-pp5020.c
|
Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c
|
2006-04-08 09:08:38 +00:00 |
i2c.c
|
Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver.
|
2005-05-07 22:29:35 +00:00 |
lcd-2bit-horz.c
|
lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Changed the flip mode maths for the mini LCD for coexistence with lcd_blit().
|
2006-04-06 21:05:59 +00:00 |
lcd-16bit.c
|
moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost
|
2006-04-11 10:37:37 +00:00 |
lcd-h100-remote.c
|
H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H300, by not deasserting CS after every single access. CS deactivation is now handled with a 100ms timeout by the tick task. If this really fixes remote ticking for all H300s with 'reduce ticking' disabled, we should remove that option for H300. * Reworked ticking reduction for H1x0. Bytes are now send in sequence, without stretching every single bit, but longer pauses between bytes instead. Both CLK and DATA are handled in a way to minimise their potential to cause ticking (CLK active as short as possible, DATA always high outside of byte transfers, DATA high->low as close as possible to CLK low->high). * Driver is ~10% faster with 'reduce ticking' disabled, and ~65% faster with it enabled. (not @ 11 MHz)
|
2006-04-11 23:42:36 +00:00 |
lcd-h100.c
|
font caching fixes by Frank Dischner
|
2006-03-22 09:53:27 +00:00 |
lcd-h300.c
|
H300: Cut-down LCD init & working display flip.
|
2006-03-17 15:42:06 +00:00 |
lcd-ipod.c
|
Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c
|
2006-04-08 09:08:38 +00:00 |
lcd-ipodvideo.c
|
Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API.
|
2006-03-11 09:28:49 +00:00 |
lcd-player-charset.c
|
if __CONFIG_H__ is defined, don't include config.h
|
2005-05-23 12:04:30 +00:00 |
lcd-player.c
|
waiting is over: initial unicode commit
|
2005-12-06 13:27:15 +00:00 |
lcd-recorder.c
|
font caching fixes by Frank Dischner
|
2006-03-22 09:53:27 +00:00 |
lcd.S
|
H300: Slightly faster lcd update (noticeable with partial updates only).
|
2006-04-09 11:34:53 +00:00 |
led.c
|
Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED.
|
2005-11-24 00:10:14 +00:00 |
mas.c
|
Fixed loong-standing bug in mas_writereg().
|
2006-03-24 07:57:55 +00:00 |
pcf50605.c
|
Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting
|
2006-03-09 19:47:12 +00:00 |
pcf50606.c
|
H300: Properly initialize the backlight PCF50606 port pin
|
2006-03-19 07:14:46 +00:00 |
power.c
|
Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c
|
2006-04-08 09:08:38 +00:00 |
rtc.c
|
Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting
|
2006-03-09 19:47:12 +00:00 |
serial.c
|
More iPod 3G code from Seven Le Mesle
|
2006-02-05 17:16:34 +00:00 |
tlv320.c
|
Better sound quality on the iAudio X5 using the correct MCLK frequency
|
2006-03-30 10:01:04 +00:00 |
uda1380.c
|
Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.
|
2006-02-08 13:08:55 +00:00 |
wm8731l.c
|
Move definitions to their proper place
|
2006-03-30 20:48:15 +00:00 |
wm8758.c
|
Reduce the appearance of volume change clicks by using the wmcodec's zero-cross detect feature
|
2006-03-27 14:46:15 +00:00 |
wm8975.c
|
Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 by
|
2006-03-22 13:04:49 +00:00 |