summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-02-21Forgot to add config file for iPod Mini.Dave Chapman1-0/+99
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman4-1/+16
2006-02-20iPod 5G: Bug fixes in DAC initialisation - playback is now stereo...Dave Chapman1-2/+4
2006-02-20Correct the channel order in the ASM optimised fiq handler. Correct aThom Johansen1-1/+2
2006-02-20Multiple remote support for iriver Hxxx stage 2: now button_read() returns co...Hristo Kovachev1-102/+110
2006-02-20Oops, no potentially conflicting declarations please.Jens Arnold2-3/+2
2006-02-20Make the driver work with LCD widths which aren't integer multiples of 4, i.e...Jens Arnold1-9/+11
2006-02-20minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layersDaniel Stenberg1-1/+2
2006-02-20Reworked player simulator icons to fit the changed charcell scale factor and ...Jens Arnold1-2/+2
2006-02-19Fix slow shutdown on ipod nano.Thom Johansen1-0/+4
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ap...Jens Arnold1-3/+13
2006-02-19Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined.Dave Chapman1-0/+4
2006-02-19Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USBLinus Nielsen Feltzing1-1/+1
2006-02-19Remove unneeded variable.Thom Johansen1-2/+0
2006-02-19Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen2-8/+85
2006-02-18iPods - implement button_hold() functionDave Chapman2-0/+9
2006-02-17Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing7-3/+53
2006-02-17iPod 5G: Change USB detection to use pin 1 on GPIOB instead of the USB status...Dave Chapman1-0/+4
2006-02-16iPod 5G: Split lcd_bcm_finishup() function into two halves, and incorporate i...Dave Chapman1-16/+21
2006-02-16iPod 5G: Put lcd_update_rect function in IRAM - increases speed from 52fps to...Dave Chapman1-1/+2
2006-02-16Revert the ATA/USB power fix until I find an even more correct way of doing i...Linus Nielsen Feltzing2-14/+9
2006-02-16Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...Jens Arnold1-73/+188
2006-02-16Important bugfix for lcd_bitmap_part(). * Some slight optimisations.Jens Arnold1-11/+18
2006-02-16iPod 5G: Another LCD optimisation, now at 52fpsDave Chapman1-5/+5
2006-02-15iPod 5G: Further LCD driver optimisations - it is now working at 42fps for fu...Dave Chapman1-9/+13
2006-02-15iPod 5G: Small LCD optimisation - make lcd_bcm_write32 inline. Increases LCD...Dave Chapman1-1/+1
2006-02-15iPod 5G: Add a yield() to the lcd_bcm_finishup() function. This function typ...Dave Chapman1-0/+2
2006-02-13More correct power handling of the HDD and ISD300 chips on the H300 platformLinus Nielsen Feltzing2-9/+14
2006-02-13iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman8-56/+453
2006-02-13Hopefully fix highly parallel build of recorder 8mbBrandon Low1-1/+4
2006-02-12Fixed warnings in the iFP target.Tomasz Malesinski2-4/+6
2006-02-12Changed endpoint 0 max packet size to 64 in order to make the driverTomasz Malesinski1-7/+5
2006-02-12Mapped iFP DRAM to 0xc00000 and enabled caching in this area.Tomasz Malesinski3-3/+27
2006-02-12Some cosmetic cleaning of the wm8975 audio driverDave Chapman2-39/+54
2006-02-11Disable ROLO for the iPods - it doesn't work and just confuses people.Dave Chapman1-2/+3
2006-02-10Fix iPod 4G grayscale warningsDave Chapman2-2/+2
2006-02-10Make the clickwheel driver stop buffering events if Rockbox is too busyThom Johansen1-2/+13
2006-02-09Implement contrast setting for iPod greyscale LCDDave Chapman2-2/+6
2006-02-09Various build sytem cleanupsBrandon Low1-4/+4
2006-02-09iPod grayscale LCD driver - fix bug preventing the inverse bar line selector ...Dave Chapman1-3/+7
2006-02-09Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman12-9/+33
2006-02-08Commit additional defines needed by last commit.Thom Johansen1-0/+2
2006-02-08Sleep PP5020 CPU on idle.Thom Johansen1-0/+4
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