.. |
adc.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
ata.c
|
Get rid of ages-old interdependency between ata.c and mas.c
|
2006-11-12 14:17:49 +00:00 |
ata_flash.c
|
Added support for 512MB chips. Added support for multiple chips.
|
2006-08-12 22:51:18 +00:00 |
ata_mmc.c
|
Get rid of ages-old interdependency between ata.c and mas.c
|
2006-11-12 14:17:49 +00:00 |
button.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
dac.c
|
|
|
dac.h
|
|
|
eeprom_24cxx.c
|
Prevent unlikely endless loop.
|
2006-08-17 18:23:50 +00:00 |
fat.c
|
Reduced the logf output. Please enable the lines only when necessary.
|
2006-08-02 15:58:02 +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
|
New scheduler, with priorities for swcodec platforms. Frequent task
|
2006-09-16 16:18:11 +00:00 |
generic_i2c.c
|
Generic bitbang I2C driver
|
2006-02-22 14:50:57 +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
|
Renamed the ipod_i2c functions to the more appropriate pp_i2c
|
2006-10-27 11:24:23 +00:00 |
i2c-pp5020.c
|
Renamed the ipod_i2c functions to the more appropriate pp_i2c
|
2006-10-27 11:24:23 +00:00 |
i2c.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
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-1bit-vert.c
|
Split 1 bit LCD code and move appropriate parts to target tree. Only archos code is tested.
|
2006-11-12 13:22:59 +00:00 |
lcd-2bit-horz.c
|
Backdrop support for greyscale targets. WPS backdrop is untested.
|
2006-11-13 00:45:21 +00:00 |
lcd-2bit-vert.c
|
Backdrop support for greyscale targets. WPS backdrop is untested.
|
2006-11-13 00:45:21 +00:00 |
lcd-16bit.c
|
Fixed the line scrolling not always being smooth.
|
2006-09-25 12:45:14 +00:00 |
lcd-h100-remote.c
|
Removed anachronisms introduced with low battery shutdown patch.
|
2006-11-14 02:46:59 +00:00 |
lcd-ipod.c
|
Increase the number of pixels written to the Photo/Color LCD in one go to 0x10000 (was 64000)
|
2006-08-24 10:29:37 +00:00 |
lcd-ipodvideo.c
|
Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10-15%
|
2006-08-17 08:37:35 +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
|
Fix them all.
|
2006-09-25 12:54:01 +00:00 |
lcd-remote-2bit-vi.c
|
Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine.
|
2006-10-14 01:32:58 +00:00 |
led.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
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
|
Get rid of ages-old interdependency between ata.c and mas.c
|
2006-11-12 14:17:49 +00:00 |
pcf50605.c
|
Renamed the ipod_i2c functions to the more appropriate pp_i2c
|
2006-10-27 11:24:23 +00:00 |
power.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
rtc.c
|
Renamed the ipod_i2c functions to the more appropriate pp_i2c
|
2006-10-27 11:24:23 +00:00 |
serial.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
tlv320.c
|
Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs.
|
2006-11-06 18:07:30 +00:00 |
uda1380.c
|
Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs.
|
2006-11-06 18:07:30 +00:00 |
wm8731l.c
|
generalise the wolfson codec code a bit
|
2006-10-20 17:12:42 +00:00 |
wm8758.c
|
generalise the wolfson codec code a bit
|
2006-10-20 17:12:42 +00:00 |
wm8975.c
|
generalise the wolfson codec code a bit
|
2006-10-20 17:12:42 +00:00 |