summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2006-10-27cleanup ata.c a bit by moving portalplayer defines to target_tree and removin...Marcoen Hirschberg
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg
2006-10-27kill two gigabeat warningsDaniel Stenberg
2006-10-27Put a couple x5-specific function declarations in adc-target.h where they sho...Michael Sevakis
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis
2006-10-25Fixed implicit declaration warning.Michael Sevakis
2006-10-25Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost rat...Michael Sevakis
2006-10-20Get rid of some OR-ing and conditional expressions in lcd driver when registe...Michael Sevakis
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg
2006-10-18iAudio X5: USB mode working againLinus Nielsen Feltzing
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...Daniel Ankers
2006-10-16Disables hard dither mode on the x5 for routine drawing. Display driver autom...Michael Sevakis
2006-10-16Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers
2006-10-11Oops: Sansa and H10 need crt0 included in the bootloaderDaniel Ankers
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell
2006-10-02Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell
2006-09-29Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell
2006-09-29add the I2C driver for the GigabeatMarcoen Hirschberg
2006-09-29add the ADC driver for the GigabeatMarcoen Hirschberg
2006-09-28Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...Barry Wardell
2006-09-27x5: Needed a couple tweaks to the contrast fix.Michael Sevakis
2006-09-26Remote play button was still being read out with remote hold key on.Michael Sevakis
2006-09-26Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...Michael Sevakis
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell
2006-09-17x5: No more remote LCD streaks when powering off with remote active. Will not...Michael Sevakis
2006-09-13Fix behaviour of "Backlight (On Hold Key)" for H10. Make sure button GPIO por...Barry Wardell
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis
2006-09-12Improved handling of the ONKEY1S interrupt. Off for the remote must be explic...Michael Sevakis
2006-09-10Fix H10 bootloader build error introduced in last commit.Barry Wardell
2006-09-10Make "Backlight (On hold key)" option work.Barry Wardell
2006-09-10More PMU madness for x5-- a better, more paranoid sequence for enabling GPI0 ...Michael Sevakis
2006-09-10A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have ...Michael Sevakis
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis
2006-09-09H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Impro...Barry Wardell
2006-09-09Fixed the problem on the x5 of spontaneous shutdown after holding the power k...Michael Sevakis
2006-09-07Fix erronous label and replace mov with bx.Thom Johansen
2006-09-07Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold
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-01Add backlight support for H10Barry Wardell
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