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