summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)AuthorFilesLines
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold1-1/+1
2006-11-23Just correct a comment and see if the build goes differently.Michael Sevakis1-1/+1
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis1-0/+126
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis3-9/+9
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis2-0/+11
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-3/+4
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold2-259/+157
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold1-29/+3
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis3-34/+23
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg1-26/+0
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis5-46/+30
2006-10-27Put a couple x5-specific function declarations in adc-target.h where they sho...Michael Sevakis1-1/+3
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis2-14/+58
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis1-514/+4
2006-10-25Fixed implicit declaration warning.Michael Sevakis1-0/+1
2006-10-25Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost rat...Michael Sevakis2-75/+477
2006-10-20Get rid of some OR-ing and conditional expressions in lcd driver when registe...Michael Sevakis2-73/+84
2006-10-18iAudio X5: USB mode working againLinus Nielsen Feltzing1-3/+2
2006-10-16Disables hard dither mode on the x5 for routine drawing. Display driver autom...Michael Sevakis2-75/+64
2006-09-27x5: Needed a couple tweaks to the contrast fix.Michael Sevakis1-1/+5
2006-09-26Remote play button was still being read out with remote hold key on.Michael Sevakis1-1/+4
2006-09-26Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...Michael Sevakis1-10/+20
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis1-4/+7
2006-09-17x5: No more remote LCD streaks when powering off with remote active. Will not...Michael Sevakis3-19/+29
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis1-2/+3
2006-09-12Improved handling of the ONKEY1S interrupt. Off for the remote must be explic...Michael Sevakis1-15/+25
2006-09-10More PMU madness for x5-- a better, more paranoid sequence for enabling GPI0 ...Michael Sevakis1-5/+9
2006-09-10A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have ...Michael Sevakis1-1/+2
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis3-8/+12
2006-09-09Fixed the problem on the x5 of spontaneous shutdown after holding the power k...Michael Sevakis1-0/+34
2006-08-26Got rid of backlight wink between bootloader and firmware start by removing r...Michael Sevakis2-4/+18
2006-08-24X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller code...Jens Arnold1-269/+207
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell1-0/+32
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times...Jens Arnold1-24/+218
2006-08-17iAudio X5: swap the remote REW and FF buttonsLinus Nielsen Feltzing1-2/+2
2006-08-15Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changesMichael Sevakis2-105/+364
2006-08-13Accepted FS#5807 by Michael Sevakis - ASM optimized lcd_update().Rani Hod2-100/+220
2006-08-11Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod1-0/+109
2006-08-10Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targetsLinus Nielsen Feltzing1-3/+2
2006-08-08fixed bootloader build error due to last commit.Rani Hod1-0/+2
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod3-92/+198
2006-07-31Patch #5740 by Mike Sevakis - X5 LCD performance enhancementsLinus Nielsen Feltzing1-176/+326
2006-07-31Applied FS#5734 by Michael Sevakis (X5 LCD contrast bugfix andRani Hod1-7/+10
2006-07-29Applied FS #5727 (fix backlight flicker on X5) by Michael SevakisRani Hod1-1/+1
2006-07-28LCD remote support for iAudio X5Linus Nielsen Feltzing2-22/+114
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing2-0/+201
2006-07-26Remote LCD communication driver for X5, very loosely based on patch FS#5634 b...Linus Nielsen Feltzing4-0/+219
2006-07-25Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing2-5/+10
2006-07-25Restore the default backlight settings broken by RaniLinus Nielsen Feltzing1-0/+5
2006-07-23Accepted FS #5474 by yours truly.Rani Hod1-3/+8