summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-08-30RTC driver for H10 by Laurent BaumBarry Wardell4-6/+49
2006-08-30Oops. It's #endif not #end.Barry Wardell1-1/+1
2006-08-30Sound on H10!Barry Wardell1-0/+8
2006-08-29Fix bug in profiling that makes the timing for coldfire off by a factor of 2,...Jens Arnold1-2/+2
2006-08-29added to allow the sansa bootloader to build againDaniel Stenberg1-0/+4
2006-08-28Fixed the pwermgmt.c error for FMMichael Sevakis1-1/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis13-381/+564
2006-08-28Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary...Barry Wardell1-3/+0
2006-08-28Add Rockbox bootloader for H10Barry Wardell3-4/+4
2006-08-28Fix broken backlight fading on ipod. The timer period setting must not be del...Jens Arnold1-4/+8
2006-08-27PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ...Jens Arnold1-17/+23
2006-08-26Smoother volume control, less clickiness and some misc. formatting changes fo...Michael Sevakis2-43/+43
2006-08-26Runtime stats for WPS.Miika Pekkarinen1-2/+0
2006-08-26Fixed silly bugs in H10 button driver.Barry Wardell1-3/+4
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen1-1/+2
2006-08-26Fix lcd_update_rect() on 5/6GB H10 (thanks to Laurent Baum). Fix usb_detect()...Barry Wardell2-3/+3
2006-08-26Got rid of backlight wink between bootloader and firmware start by removing r...Michael Sevakis2-4/+18
2006-08-25Ooops. The TMR reset must only be done when starting the timer.Linus Nielsen Feltzing1-4/+5
2006-08-25Fix the problem with the user timer on X5 by explicitly resetting the timer b...Linus Nielsen Feltzing1-0/+4
2006-08-24Fix profile buildsDaniel Ankers2-9/+7
2006-08-24Increase the number of pixels written to the Photo/Color LCD in one go to 0x1...Dave Chapman1-4/+4
2006-08-24X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller code...Jens Arnold1-269/+207
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo6-12/+12
2006-08-23Ooops, the sim doesn't understand coldfire asm...Jens Arnold1-0/+2
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold4-227/+438
2006-08-23H10 LCD fixes. Now lcd_update_rect() works as it should. 5/6GB has different ...Barry Wardell1-14/+46
2006-08-22Gigabeat also needs ADC_UNREG_POWER defined to avoid compile errors.Barry Wardell1-0/+8
2006-08-22Fix build error for Gigabeat introduced in last commit. Target tree devicesBarry Wardell1-0/+22
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell6-15/+147
2006-08-22Fix a few warningsDave Chapman2-3/+4
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times...Jens Arnold1-24/+218
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction...Jens Arnold1-152/+198
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers5-106/+201
2006-08-21add driver for Semtech SC606 LED driver (for backlight and button LEDs)Marcoen Hirschberg2-0/+183
2006-08-20Fix errors when building H10 Normal build.Barry Wardell6-8/+77
2006-08-20Functional, but minimal LCD driver for H10.Barry Wardell2-248/+156
2006-08-20Add keymaps for pitchscreen and graphical equalizer on H10Barry Wardell2-0/+7
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell3-2/+139
2006-08-19Iriver iFP7xx battery support (1xAA).Tomasz Malesinski2-9/+15
2006-08-17Prevent unlikely endless loop.Miika Pekkarinen1-1/+3
2006-08-17iAudio X5: swap the remote REW and FF buttonsLinus Nielsen Feltzing1-2/+2
2006-08-17Port Tom Meyer's lcd_yuv_blit() optimisations for the ipod 5g to the ipod Pho...Dave Chapman1-80/+100
2006-08-17Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10...Dave Chapman1-68/+92
2006-08-16Automatic Gain Control during recording. At this point only compiled for iriv...Peter D'Hoye3-0/+6
2006-08-16Disable TC_RAMCACHE for archos. It doesn't make much sense with the small RAM...Jens Arnold1-7/+3
2006-08-16* fixed the pitch screen key mappings for all targets, targets require aJonathan Gordon14-0/+30
2006-08-15Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changesMichael Sevakis2-105/+364
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye8-30/+60
2006-08-15Removed annoying debug outputLinus Nielsen Feltzing1-21/+0
2006-08-15Reverted an accidental changeLinus Nielsen Feltzing1-6/+1