.. |
adc.c
|
Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2.
|
2006-04-26 20:22:27 +00:00 |
ata.c
|
ATA driver: * Don't lie to gcc about which parameters the assembler optimised loops touch. Fixes problems with higher optimisation levels. Some slight tweaks for SH1. * Prevent the assembler loops from being inlined as this is less efficient than having them in IRAM (only relevant at higher optimisation levels).
|
2006-04-29 08:33:10 +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
|
Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channel 0 for MMC transfer. As it has higher priority than channel 3 (used for playback), the risk of serial receive overruns is minimised.
|
2006-05-07 20:20:27 +00:00 |
button.c
|
Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup.
|
2006-06-06 22:23:52 +00:00 |
dac.c
|
|
|
dac.h
|
|
|
fat.c
|
Correctly test on volume id flag
|
2006-05-13 21:47:27 +00:00 |
fmradio.c
|
|
|
fmradio_i2c.c
|
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
|
2006-07-21 08:42:28 +00:00 |
generic_i2c.c
|
Generic bitbang I2C driver
|
2006-02-22 14:50:57 +00:00 |
i2c-coldfire.c
|
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
|
2006-07-21 08:42:28 +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
|
|
|
isp1362.c
|
H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue.
|
2006-06-16 17:34:18 +00:00 |
lcd-2bit-horz.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd-16bit.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd-h100-remote.c
|
1bit and 2bit LCD drivers: Low-level bit handling optimisations.
|
2006-07-18 00:04:43 +00:00 |
lcd-h100.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd-h300.c
|
H300: Cut-down LCD init & working display flip.
|
2006-03-17 15:42:06 +00:00 |
lcd-ipod.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd-ipodvideo.c
|
Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video lcd_update function.
|
2006-07-19 17:47:06 +00:00 |
lcd-player-charset.c
|
|
|
lcd-player.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd-recorder.c
|
Contrast setting cleanup: * Only include contrast setting for targets where it's used. * Make lcd_default_contrast() a stub for simulators.
|
2006-07-25 11:15:50 +00:00 |
lcd.S
|
H300: Slightly faster lcd update (noticeable with partial updates only).
|
2006-04-09 11:34:53 +00:00 |
led.c
|
|
|
m5636.c
|
Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption.
|
2006-07-13 07:40:30 +00:00 |
mas.c
|
Fixed loong-standing bug in mas_writereg().
|
2006-03-24 07:57:55 +00:00 |
pcf50605.c
|
ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing.
|
2006-05-02 08:08:10 +00:00 |
pcf50606.c
|
Ooops^2
|
2006-04-17 00:09:02 +00:00 |
power.c
|
Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup.
|
2006-06-06 22:23:52 +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
|
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
|
2006-07-21 08:42:28 +00:00 |
uda1380.c
|
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
|
2006-07-21 08:42:28 +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 |