summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio/x5
AgeCommit message (Expand)AuthorFilesLines
2020-10-13iaudiox5: Fix red, due to slightly bogus asmSolomon Peachy2-7/+13
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat2-14/+14
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré1-1/+1
2012-01-05Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis1-0/+4
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold3-227/+0
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-03-17Fix very last yellows.Thomas Martitz1-43/+42
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-13/+12
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+10
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-7/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg11-23/+45
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis1-13/+10
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis4-13/+13
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-16/+1
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold1-6/+6
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 Arnold2-14/+23
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-0/+37
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2-74/+134
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énius1-21/+0
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
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 Sevakis1-2/+2
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-1/+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-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 Sevakis2-1/+3
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold1-0/+9
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis1-7/+5
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 Arnold9-1047/+0
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
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