summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2006-11-06Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-11-05implement the gigabeat backlight driverMarcoen Hirschberg
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold
2006-11-03More tweak to ColdFire default exception handler. iRiver reboots on power pre...Michael Sevakis
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold
2006-11-02Display correct exception information on ColdFire targets.Michael Sevakis
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon
2006-10-29Removed unnecessary #include s.Jens Arnold
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis
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