summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis3-32/+112
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold2-0/+411
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-0/+6
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis6-9/+25
2006-11-10Forgot to add new files for iFP move to target tree.Tomasz Malesinski9-0/+401
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis4-0/+24
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis1-1084/+14
2006-11-09Moved archos LCD aseembler code to target tree.Jens Arnold2-0/+441
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis1-4/+0
2006-11-08Forgot to cvs add lcd-as-h100.S.Michael Sevakis1-0/+96
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis4-0/+1968
2006-11-08put back the PP5002 specific ATA code that got lost during the ipod target tr...Marcoen Hirschberg1-0/+51
2006-11-06Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis1-0/+738
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis4-6/+44
2006-11-05implement the gigabeat backlight driverMarcoen Hirschberg2-4/+40
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold3-485/+277
2006-11-03More tweak to ColdFire default exception handler. iRiver reboots on power pre...Michael Sevakis1-31/+22
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold2-97/+23
2006-11-02Display correct exception information on ColdFire targets.Michael Sevakis1-14/+39
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold1-29/+3
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis2-0/+427
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis3-34/+23
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg3-52/+68
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon15-0/+1003
2006-10-29Removed unnecessary #include s.Jens Arnold2-10/+0
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold3-4/+80
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon3-0/+567
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis5-46/+30
2006-10-27cleanup ata.c a bit by moving portalplayer defines to target_tree and removin...Marcoen Hirschberg1-0/+50
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg1-9/+9
2006-10-27kill two gigabeat warningsDaniel Stenberg2-0/+23
2006-10-27Put a couple x5-specific function declarations in adc-target.h where they sho...Michael Sevakis1-1/+3
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis2-14/+58
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis3-514/+596
2006-10-25Fixed implicit declaration warning.Michael Sevakis1-0/+1
2006-10-25Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost rat...Michael Sevakis2-75/+477
2006-10-20Get rid of some OR-ing and conditional expressions in lcd driver when registe...Michael Sevakis2-73/+84
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg2-0/+217
2006-10-18iAudio X5: USB mode working againLinus Nielsen Feltzing1-3/+2
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...Daniel Ankers4-97/+384
2006-10-16Disables hard dither mode on the x5 for routine drawing. Display driver autom...Michael Sevakis2-75/+64
2006-10-16Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers1-1/+1
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers1-4/+4
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers2-3/+132
2006-10-11Oops: Sansa and H10 need crt0 included in the bootloaderDaniel Ankers1-0/+92
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers3-0/+15
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell14-0/+1241
2006-10-02Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell1-4/+6
2006-09-29Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell4-10/+59
2006-09-29add the I2C driver for the GigabeatMarcoen Hirschberg1-0/+121