summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2006-09-04Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ...Barry Wardell
2006-09-04Basic support for the H10 scrollpad.Barry Wardell
2006-09-03Disable cpu frequency adjusting for H10 for now as it is causing freezes.Barry Wardell
2006-09-02Display bitrate (Q value for Archos), samplerate, channels and recording form...Martin Scarratt
2006-09-02Fixed the errors.Miika Pekkarinen
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen
2006-09-01Make backlight fading work again on PP targets. The PP timer cannot handle a ...Jens Arnold
2006-09-01Add backlight support for H10Barry Wardell
2006-09-01Enabled FM Radio recording source menu item for sim.Michael Sevakis
2006-09-01Remove unneeded code from firmware/crt0.SDaniel Ankers
2006-09-01Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise operation...Barry Wardell
2006-08-31Make LCD writing functions inline for ~33% performance increase. Add lcd_yuv_...Barry Wardell
2006-08-30Fix volume being really low on H10Barry Wardell
2006-08-30Enable CPU boosting on H10 models.Barry Wardell
2006-08-30RTC driver for H10 by Laurent BaumBarry Wardell
2006-08-30Oops. It's #endif not #end.Barry Wardell
2006-08-30Sound on H10!Barry Wardell
2006-08-29Fix bug in profiling that makes the timing for coldfire off by a factor of 2,...Jens Arnold
2006-08-29added to allow the sansa bootloader to build againDaniel Stenberg
2006-08-28Fixed the pwermgmt.c error for FMMichael Sevakis
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-08-28Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary...Barry Wardell
2006-08-28Add Rockbox bootloader for H10Barry Wardell
2006-08-28Fix broken backlight fading on ipod. The timer period setting must not be del...Jens Arnold
2006-08-27PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ...Jens Arnold
2006-08-26Smoother volume control, less clickiness and some misc. formatting changes fo...Michael Sevakis
2006-08-26Runtime stats for WPS.Miika Pekkarinen
2006-08-26Fixed silly bugs in H10 button driver.Barry Wardell
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen
2006-08-26Fix lcd_update_rect() on 5/6GB H10 (thanks to Laurent Baum). Fix usb_detect()...Barry Wardell
2006-08-26Got rid of backlight wink between bootloader and firmware start by removing r...Michael Sevakis
2006-08-25Ooops. The TMR reset must only be done when starting the timer.Linus Nielsen Feltzing
2006-08-25Fix the problem with the user timer on X5 by explicitly resetting the timer b...Linus Nielsen Feltzing
2006-08-24Fix profile buildsDaniel Ankers
2006-08-24Increase the number of pixels written to the Photo/Color LCD in one go to 0x1...Dave Chapman
2006-08-24X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller code...Jens Arnold
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo
2006-08-23Ooops, the sim doesn't understand coldfire asm...Jens Arnold
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold
2006-08-23H10 LCD fixes. Now lcd_update_rect() works as it should. 5/6GB has different ...Barry Wardell
2006-08-22Gigabeat also needs ADC_UNREG_POWER defined to avoid compile errors.Barry Wardell
2006-08-22Fix build error for Gigabeat introduced in last commit. Target tree devicesBarry Wardell
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
2006-08-22Fix a few warningsDave Chapman
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times...Jens Arnold
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction...Jens Arnold
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers