summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2006-02-071. Updated battery_bench plugin:Hristo Kovachev
2006-02-07Fine-tuned ADC values for H300 button driver.Jens Arnold
2006-02-06Font cache now uses memmove().Jens Arnold
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold
2006-02-06Some bugfixes for the iPod 4G greyscale version of the LCD driverDave Chapman
2006-02-05Correct the comment to match the new codeDave Chapman
2006-02-05iPod: Increase udelay() up to 50 - this was causing problems when the hold sw...Dave Chapman
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman
2006-02-05More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman
2006-02-05Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...Dave Chapman
2006-02-05Removed dead section, H1x0 and H300 are handled together.Jens Arnold
2006-02-05H300: lcd_write_data() in pure asm, essentially the same speed as before, but...Jens Arnold
2006-02-05iAudio X5: hold button functions (not yet complete)Linus Nielsen Feltzing
2006-02-05iAudio X5: Dummy ADC functionsLinus Nielsen Feltzing
2006-02-05The iAudio X5 LCD is 18 bitsLinus Nielsen Feltzing
2006-02-05The iAudio X5 LCD framebuffer doesn't fit in IRAMLinus Nielsen Feltzing
2006-02-04Added GDB API - a way to call stub procedures from a DEBUG build.Tomasz Malesinski
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing
2006-02-03iAudio X5: Corrected crappy code, just to make the damn thing compileLinus Nielsen Feltzing
2006-02-03Made %n not eat white space.Tomasz Malesinski
2006-02-03Added non-blocking get/put_byte routines.Tomasz Malesinski
2006-02-03Added empty fiq routine for iFP.Tomasz Malesinski
2006-02-03Added setting interrupt vectors without overwriting others for ARMTomasz Malesinski
2006-02-03Fixed warnings on iFP.Tomasz Malesinski
2006-02-03Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...Jens Arnold
2006-02-02Make it compile on iAudio X5Linus Nielsen Feltzing
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold
2006-02-02iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL...Dave Chapman
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman
2006-02-01added the missing decompressor filesDaniel Stenberg
2006-02-01iPod: Enable peakmeterDave Chapman
2006-01-31Revert accidental changeChristi Scarborough
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough
2006-01-31Small ARM opt. Saves eight bytes!Thom Johansen
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen
2006-01-31Oops - fix red iPod bootloader buildDave Chapman
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman
2006-01-30iPod: Remove some iPod Photo lcd initialisation code that (when used in the b...Dave Chapman
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, bu...Dave Chapman
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing
2006-01-28iPod: First working audio driverDave Chapman
2006-01-28Color BMP supportLinus Nielsen Feltzing
2006-01-27Fix red buildsBrandon Low
2006-01-27Detect USB charge state in Hxx0Brandon Low
2006-01-26Enable USB charging mode on H300, hold Rec when inserting the USB connector t...Linus Nielsen Feltzing