summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-02-28Allow building simulators on systems where errno is thread-local by using the...Jens Arnold2-0/+9
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2-5/+53
2006-02-28iPod 5G: Correctly implement mute when setting volumeDave Chapman2-16/+12
2006-02-27Oops: clipping detection optimization broke pre-recordingPeter D'Hoye1-1/+0
2006-02-27Patch #3060 from Andrew Scott - iPod mini button driverDave Chapman4-3/+109
2006-02-27Slight optimization of the X5 LCD driverLinus Nielsen Feltzing1-4/+4
2006-02-27ATA power control on iAudio X5Linus Nielsen Feltzing1-1/+7
2006-02-26Store recorded peak values in short; this should fix an issue where clipping ...Peter D'Hoye1-37/+5
2006-02-26iPod 3G - small audio fixes, but it still isn't working.Dave Chapman3-7/+15
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman7-96/+184
2006-02-26Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...Dave Chapman1-0/+9
2006-02-24use all recorded samples for peak metering and clipping detectionPeter D'Hoye1-40/+46
2006-02-24Ooops. Fix warning in simsDave Chapman1-1/+1
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman8-78/+78
2006-02-24Make pcm_playback.c compile for the iPod 3G - there is no playback implemente...Dave Chapman1-3/+3
2006-02-24first gigabeat commitMarcoen Hirschberg8-1/+179
2006-02-24Ooops. Forgot to remove some debug codeLinus Nielsen Feltzing1-3/+0
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing3-5/+49
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-23ADC driver for iAudio X5Linus Nielsen Feltzing1-0/+3
2006-02-23ADC driver for iAudio X5Linus Nielsen Feltzing3-17/+77
2006-02-23Include the correct source files for iAudio X5Linus Nielsen Feltzing1-0/+11
2006-02-23PCF50606 driver for iAudio X5Linus Nielsen Feltzing1-0/+171
2006-02-23Power driver for iAudio X5Linus Nielsen Feltzing1-0/+82
2006-02-23LCD driver for iAudio X5Linus Nielsen Feltzing1-0/+299
2006-02-23Optimized the PLLCR writeLinus Nielsen Feltzing1-2/+1
2006-02-23Make sure PLL is off when booting on Coldfire targetsLinus Nielsen Feltzing1-0/+3
2006-02-23Shave off one instruction in fiq handler!Thom Johansen1-3/+2
2006-02-23The iAudio bootloader needs to have the startup code first in memoryLinus Nielsen Feltzing1-1/+4
2006-02-22Didn't mean to commit this, revert.Thom Johansen1-256/+0
2006-02-22Fix silly bug that made it crash on iPod.Jens Arnold1-1/+1
2006-02-22 Made LCD_RGBPACK() macro more efficient when used with variable arguments.Jens Arnold1-6/+8
2006-02-22Some corrections for MCF5250Linus Nielsen Feltzing1-13/+0
2006-02-22Fix stupid mistake.Thom Johansen1-1/+1
2006-02-22Commit correct file this time.Thom Johansen1-0/+81
2006-02-22ARM optimised memset from Linux.Thom Johansen2-0/+260
2006-02-22Generic bitbang I2C driverLinus Nielsen Feltzing2-0/+257
2006-02-22Remove some unused/deprecated definesHristo Kovachev1-2/+0
2006-02-22Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect().Jens Arnold1-21/+102
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold4-0/+257
2006-02-22Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold3-19/+53
2006-02-21No X5 remote support just yetLinus Nielsen Feltzing1-1/+2
2006-02-21Not only H300 has a PCF50606Linus Nielsen Feltzing1-2/+0
2006-02-21Correct typo in commentsDave Chapman1-1/+1
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