summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers
2006-11-21H100 series: Adjusted gray scale balance and default contrast for more linear...Michael Sevakis
2006-11-20BMP loader: Remote LCD format support.Jens Arnold
2006-11-18Changed #ifdef USE_IRAM to #ifdef IRAM_STEAL. Also want to check if results a...Michael Sevakis
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold
2006-11-11Thread API enhancements.Brandon Low
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-11-10Forgot to add new files for iFP move to target tree.Tomasz Malesinski
2006-11-10Removed the settings #defines from backlight.h since they are now in the play...Michael Sevakis
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski
2006-11-09Fixed H10 build.Tomasz Malesinski
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski
2006-11-08Bugfix: X5 simulator now simulates the RTC.Jens Arnold
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis
2006-11-08fixed once again.Jonathan Gordon
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon
2006-11-06AIFF is not (yet) a supported format on HWCODEC targets.Jens Arnold
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-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon
2006-11-05fix typoMarcoen Hirschberg
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold
2006-10-31X5 can flip the display.Jens Arnold
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-30woops, removed a bit too muchJonathan Gordon
2006-10-30remove some uneeded #ifdefsJonathan Gordon
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel 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-26Correct LCD pixel format on Sansa E200Daniel Ankers
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis
2006-10-25FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon
2006-10-23reduce the number of gigabeat warningsMarcoen Hirschberg
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg