summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev4-14/+14
2006-02-07iPod: Re-written audio driver. This brings it in line with changes to pcm pl...Dave Chapman2-214/+153
2006-02-07Rework PCM bufferBrandon Low2-40/+70
2006-02-071. Updated battery_bench plugin:Hristo Kovachev2-7/+17
2006-02-07Fine-tuned ADC values for H300 button driver.Jens Arnold1-4/+4
2006-02-06Font cache now uses memmove().Jens Arnold1-19/+8
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold4-10/+1034
2006-02-06Some bugfixes for the iPod 4G greyscale version of the LCD driverDave Chapman1-3/+16
2006-02-05Correct the comment to match the new codeDave Chapman1-1/+1
2006-02-05iPod: Increase udelay() up to 50 - this was causing problems when the hold sw...Dave Chapman1-1/+1
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman8-20/+151
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman10-20/+270
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman7-16/+610
2006-02-05More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman10-26/+335
2006-02-05Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...Dave Chapman2-13/+1001
2006-02-05Removed dead section, H1x0 and H300 are handled together.Jens Arnold1-4/+0
2006-02-05H300: lcd_write_data() in pure asm, essentially the same speed as before, but...Jens Arnold2-86/+122
2006-02-05iAudio X5: hold button functions (not yet complete)Linus Nielsen Feltzing1-0/+12
2006-02-05iAudio X5: Dummy ADC functionsLinus Nielsen Feltzing1-0/+16
2006-02-05The iAudio X5 LCD is 18 bitsLinus Nielsen Feltzing2-1/+12
2006-02-05The iAudio X5 LCD framebuffer doesn't fit in IRAMLinus Nielsen Feltzing1-2/+2
2006-02-04Added GDB API - a way to call stub procedures from a DEBUG build.Tomasz Malesinski4-0/+73
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing9-7/+31
2006-02-03iAudio X5: Corrected crappy code, just to make the damn thing compileLinus Nielsen Feltzing2-20/+20
2006-02-03Made %n not eat white space.Tomasz Malesinski1-9/+16
2006-02-03Added non-blocking get/put_byte routines.Tomasz Malesinski2-0/+25
2006-02-03Added empty fiq routine for iFP.Tomasz Malesinski1-0/+4
2006-02-03Added setting interrupt vectors without overwriting others for ARMTomasz Malesinski1-0/+8
2006-02-03Fixed warnings on iFP.Tomasz Malesinski3-7/+19
2006-02-03Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...Jens Arnold2-51/+44
2006-02-02Make it compile on iAudio X5Linus Nielsen Feltzing2-7/+23
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman2-13/+66
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold2-10/+6
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold4-60/+23
2006-02-02iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL...Dave Chapman1-2/+7
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman2-0/+2
2006-02-01added the missing decompressor filesDaniel Stenberg1-0/+3
2006-02-01iPod: Enable peakmeterDave Chapman1-70/+72
2006-01-31Revert accidental changeChristi Scarborough1-3/+3
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen1-6/+5
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough1-3/+3
2006-01-31Small ARM opt. Saves eight bytes!Thom Johansen1-2/+1
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen3-5/+36
2006-01-31Oops - fix red iPod bootloader buildDave Chapman1-2/+2
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman3-3/+9
2006-01-30iPod: Remove some iPod Photo lcd initialisation code that (when used in the b...Dave Chapman1-10/+0
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, bu...Dave Chapman2-19/+70
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing2-0/+69
2006-01-28iPod: First working audio driverDave Chapman3-50/+93
2006-01-28Color BMP supportLinus Nielsen Feltzing1-0/+17