summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold2-3/+11
2005-07-13Fixed the errors.Miika Pekkarinen1-13/+1
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2-543/+13
2005-07-12More atomic GPIOLinus Nielsen Feltzing1-2/+2
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2-19/+19
2005-07-12Removed an extra semicolonLinus Nielsen Feltzing1-1/+1
2005-07-12Removed picky warningsLinus Nielsen Feltzing2-2/+2
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing4-42/+43
2005-07-12added uda1380_reset()Linus Nielsen Feltzing2-9/+12
2005-07-12Inverted S/PDIF control on H110Linus Nielsen Feltzing2-1/+6
2005-07-11Adjustment for bootbox.Jens Arnold1-0/+2
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen1-2/+2
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen1-1/+1
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing1-2/+2
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing3-20/+9
2005-07-08Some playback fixes.Miika Pekkarinen1-2/+4
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold5-15/+7
2005-07-08H110 adjustmentsLinus Nielsen Feltzing1-3/+7
2005-07-08SDRAM setup adjusted for H110 modelsLinus Nielsen Feltzing1-16/+36
2005-07-08Adjusted refresh timer for H110Linus Nielsen Feltzing1-2/+10
2005-07-08USB is the same on all H1x0 modelsLinus Nielsen Feltzing1-2/+2
2005-07-08ADC is the same on all H1x0 modelsLinus Nielsen Feltzing1-1/+1
2005-07-08Fixed skip bug at buffer refillHenrik Backe1-1/+1
2005-07-08safety precaution to detect an envrionment running with the old setupDaniel Stenberg1-0/+4
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg6-5/+113
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2-23/+31
2005-07-07Only update resume info when playing. Fixes resume when exiting recording/ra...Hardeep Sidhu1-1/+2
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen1-39/+48
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold1-0/+3
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold4-87/+307
2005-07-06(1) Set cpu to 11 Mhz when we "crash" to prevent overheating.Tomas Salfischberger1-0/+7
2005-07-06Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen1-2/+1
2005-07-05Now codec names are in sync.Miika Pekkarinen1-0/+1
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen3-1/+11
2005-07-05More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen1-10/+13
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen2-5/+6
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing3-0/+120
2005-07-05Now the CPU is idle in USB modeLinus Nielsen Feltzing1-0/+2
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing2-1/+23
2005-07-05Fixed crossfading.Miika Pekkarinen1-1/+2
2005-07-05More accurate runtime estimate calculation for iriver (still not veryMiika Pekkarinen1-11/+15
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing2-6/+12
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu1-1/+18
2005-07-04Disable backlight in the bootloaderLinus Nielsen Feltzing1-1/+1
2005-07-04Increased low watermark limit.Miika Pekkarinen1-2/+2
2005-07-04Preparation for 4-grey LCD mode on H1x0.Jens Arnold9-0/+11
2005-07-04Converted to use the IRAM defines, and some small optimisations.Jens Arnold2-40/+40
2005-07-04Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16.Jens Arnold1-1/+2
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk1-0/+13
2005-07-03Make sure we unboost the cpu while stopping playback.Miika Pekkarinen1-1/+1