summaryrefslogtreecommitdiff
path: root/firmware/target (follow)
Commit message (Expand)AuthorAge
...
* Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell2006-10-02
* Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell2006-09-29
* add the I2C driver for the GigabeatMarcoen Hirschberg2006-09-29
* add the ADC driver for the GigabeatMarcoen Hirschberg2006-09-29
* Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...Barry Wardell2006-09-28
* x5: Needed a couple tweaks to the contrast fix.Michael Sevakis2006-09-27
* Remote play button was still being read out with remote hold key on.Michael Sevakis2006-09-26
* Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...Michael Sevakis2006-09-26
* Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis2006-09-26
* Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell2006-09-25
* Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell2006-09-23
* Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell2006-09-20
* x5: No more remote LCD streaks when powering off with remote active. Will not...Michael Sevakis2006-09-17
* Fix behaviour of "Backlight (On Hold Key)" for H10. Make sure button GPIO por...Barry Wardell2006-09-13
* Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis2006-09-12
* Improved handling of the ONKEY1S interrupt. Off for the remote must be explic...Michael Sevakis2006-09-12
* Fix H10 bootloader build error introduced in last commit.Barry Wardell2006-09-10
* Make "Backlight (On hold key)" option work.Barry Wardell2006-09-10
* More PMU madness for x5-- a better, more paranoid sequence for enabling GPI0 ...Michael Sevakis2006-09-10
* A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have ...Michael Sevakis2006-09-10
* Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis2006-09-10
* H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Impro...Barry Wardell2006-09-09
* 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
* Add backlight support for H10Barry Wardell2006-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
* added to allow the sansa bootloader to build againDaniel Stenberg2006-08-29
* Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary...Barry Wardell2006-08-28
* Fixed silly bugs in H10 button driver.Barry Wardell2006-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
* X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller code...Jens Arnold2006-08-24
* 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
* X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times...Jens Arnold2006-08-22
* add driver for Semtech SC606 LED driver (for backlight and button LEDs)Marcoen Hirschberg2006-08-21
* Fix errors when building H10 Normal build.Barry Wardell2006-08-20
* Functional, but minimal LCD driver for H10.Barry Wardell2006-08-20
* iAudio X5: swap the remote REW and FF buttonsLinus Nielsen Feltzing2006-08-17
* Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changesMichael Sevakis2006-08-15