summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)Author
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold
2007-03-11Squeeze the serial number code down a few more bytes and call it a day. Will ...Michael Sevakis
2007-03-11Fix a late error that only let it read at default CPU frequency. Disable inte...Michael Sevakis
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-05Forget to commit this one deleted fileJens Arnold
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold
2007-02-25X5: Move the remote tick to target tree.Jens Arnold
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold
2006-11-23Just correct a comment and see if the build goes differently.Michael Sevakis
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis
2006-10-27Put a couple x5-specific function declarations in adc-target.h where they sho...Michael Sevakis
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis
2006-10-25Fixed implicit declaration warning.Michael Sevakis
2006-10-25Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost rat...Michael Sevakis
2006-10-20Get rid of some OR-ing and conditional expressions in lcd driver when registe...Michael Sevakis
2006-10-18iAudio X5: USB mode working againLinus Nielsen Feltzing
2006-10-16Disables hard dither mode on the x5 for routine drawing. Display driver autom...Michael Sevakis
2006-09-27x5: Needed a couple tweaks to the contrast fix.Michael Sevakis
2006-09-26Remote play button was still being read out with remote hold key on.Michael Sevakis
2006-09-26Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...Michael Sevakis
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis
2006-09-17x5: No more remote LCD streaks when powering off with remote active. Will not...Michael Sevakis
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis
2006-09-12Improved handling of the ONKEY1S interrupt. Off for the remote must be explic...Michael Sevakis
2006-09-10More PMU madness for x5-- a better, more paranoid sequence for enabling GPI0 ...Michael Sevakis
2006-09-10A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have ...Michael Sevakis
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis
2006-09-09Fixed the problem on the x5 of spontaneous shutdown after holding the power k...Michael Sevakis
2006-08-26Got rid of backlight wink between bootloader and firmware start by removing r...Michael Sevakis
2006-08-24X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller code...Jens Arnold
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times...Jens Arnold