summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)AuthorFilesLines
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold6-14/+175
2008-03-15iAudio M3: Fix standard remote context. * Process button adc values in the bu...Jens Arnold1-10/+39
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold1-0/+47
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold7-7/+223
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold2-10/+10
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+143
2008-03-12Make ATA work on M3.Jens Arnold1-0/+59
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold4-52/+62
2008-03-12More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold7-0/+920
2008-01-15Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 12...Jens Arnold1-31/+41
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2-54/+147
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2-16/+92
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+4
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold4-25/+34
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-0/+37
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold2-4/+4
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2-74/+134
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin1-4/+5
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-2/+3
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+58
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-10/+2
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2-42/+0
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-9/+5
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold1-0/+4
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold1-25/+20
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-2/+2
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis2-5/+4
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each s...Jens Arnold1-5/+30
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2-2/+0
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold1-24/+0
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis1-5/+6
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold1-0/+4
2007-03-11Squeeze the serial number code down a few more bytes and call it a day. Will ...Michael Sevakis1-1/+1
2007-03-11Fix a late error that only let it read at default CPU frequency. Disable inte...Michael Sevakis1-31/+39
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis1-0/+206
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis4-2/+6
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold2-0/+18
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis2-11/+8
2007-03-05Forget to commit this one deleted fileJens Arnold1-24/+0
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold17-0/+735
2007-02-25X5: Move the remote tick to target tree.Jens Arnold2-0/+51
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-3/+3
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen2-2/+4
2007-01-09Removed executable flagLinus Nielsen Feltzing13-0/+0
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis1-14/+1
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-10/+10
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