summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire (unfollow)
Commit message (Expand)Author
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold
2006-12-06Removed extraneous #ifdef.Jens Arnold
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis
2006-12-05H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis
2006-11-27iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing
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-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis
2006-11-21H100 series: Adjusted gray scale balance and default contrast for more linear...Michael Sevakis
2006-11-21Coldfire: Add DMA auto alignment to pcm recording.Michael Sevakis
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...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-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis
2006-11-08Forgot to cvs add lcd-as-h100.S.Michael Sevakis
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis
2006-11-06Forgot to use cvs add on a few new files in the fresh checkout I used. woops.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-11-03More tweak to ColdFire default exception handler. iRiver reboots on power pre...Michael Sevakis
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold
2006-11-02Display correct exception information on ColdFire targets.Michael Sevakis
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis
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-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon
2006-10-29Removed unnecessary #include s.Jens Arnold
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon
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