summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis2-70/+82
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-1/+25
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers1-12/+0
2006-10-05Fix warnings in player builds.Barry Wardell1-0/+1
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell3-500/+1
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis1-4/+2
2006-09-26Add wheel_status() function to the ipod "4g" button driver (i.e. all ipods ex...Dave Chapman1-3/+29
2006-09-26Fixed tlv320 mute problem at least for digital audio path. Analog bypass muti...Michael Sevakis1-7/+16
2006-09-26Patch #6067 from Robert Keevil - enable headphone detection for the remaining...Dave Chapman1-0/+4
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing1-0/+28
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell1-0/+9
2006-09-25Fix them all.Miika Pekkarinen3-5/+5
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen4-6/+6
2006-09-16Fixed the errors.Miika Pekkarinen1-1/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen12-26/+25
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis1-0/+2
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis2-4/+8
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise operation...Barry Wardell1-1/+1
2006-08-30Fix volume being really low on H10Barry Wardell1-1/+9
2006-08-30RTC driver for H10 by Laurent BaumBarry Wardell1-3/+45
2006-08-30Oops. It's #endif not #end.Barry Wardell1-1/+1
2006-08-30Sound on H10!Barry Wardell1-0/+8
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-1/+1
2006-08-26Smoother volume control, less clickiness and some misc. formatting changes fo...Michael Sevakis1-41/+41
2006-08-24Increase the number of pixels written to the Photo/Color LCD in one go to 0x1...Dave Chapman1-4/+4
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo6-12/+12
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold2-226/+48
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell1-1/+1
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction...Jens Arnold1-152/+198
2006-08-17Prevent unlikely endless loop.Miika Pekkarinen1-1/+3
2006-08-17Port Tom Meyer's lcd_yuv_blit() optimisations for the ipod 5g to the ipod Pho...Dave Chapman1-80/+100
2006-08-17Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10...Dave Chapman1-68/+92
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye2-29/+38
2006-08-15Removed annoying debug outputLinus Nielsen Feltzing1-21/+0
2006-08-15Reverted an accidental changeLinus Nielsen Feltzing1-6/+1
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-1/+6
2006-08-15Add support for displaying the the current path or the full path (or neither)...Dan Everton1-5/+5
2006-08-15Change default contrast for iPod 3GDaniel Ankers1-1/+1
2006-08-14Make sure the EQ is always applied to the DAC path.Dan Everton1-1/+1
2006-08-14Add support for the iPod Video hardware equalizer. You can access it from Sou...Dan Everton1-0/+25
2006-08-12Added support for 512MB chips. Added support for multiple chips.Tomasz Malesinski1-23/+47
2006-08-12Remove unneeded and unwanted parameter checking from lcd_yuv_blit() - bring t...Dave Chapman1-23/+2
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg2-58/+16
2006-08-11Delay loops were too short for non-logf enabled builds @ 120 MHz.Miika Pekkarinen1-15/+17
2006-08-10Make the grey shades on greyscale iPods a little darker, and the dark grey on...Jens Arnold2-4/+4
2006-08-10Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targetsLinus Nielsen Feltzing1-2/+1
2006-08-09Bootloader support to search firmware also from flash. Bootloader <->Miika Pekkarinen1-7/+3
2006-08-08fixed bootloader problem not only for x5.Rani Hod1-0/+2
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod1-28/+31
2006-08-08Oops. Remove declaration of unused variable - fix the warningDave Chapman1-1/+0