summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold7-43/+97
2006-04-01simulator stubs for iriver recording, iriver sims now have a recording screen...Peter D'Hoye3-9/+9
2006-04-01Patch #4934 by Ralf Herz: FixesHristo Kovachev2-4/+7
2006-03-31Enabled RTC and virtual disk LED on iAudio X5Linus Nielsen Feltzing1-0/+6
2006-03-31Ooops, iPod 3G used lcd_enable() to switch backlight. Blind fix, needs testing.Jens Arnold1-3/+3
2006-03-31Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold1-77/+64
2006-03-30Adjustable CPU frequency is working on iPod mini 2GJens Arnold1-1/+1
2006-03-30iPod mini 2G: Properly reboot into diskmode for USB access.Jens Arnold1-2/+2
2006-03-30Move definitions to their proper placeJens Arnold2-11/+12
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold6-30/+87
2006-03-30Actually enable the dircache for simulators.Miika Pekkarinen1-1/+1
2006-03-30Dircache support for simulator also.Miika Pekkarinen2-22/+88
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold2-10/+8
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold4-10/+120
2006-03-30Do the dircache operation first to block properly when necessary.Miika Pekkarinen1-7/+7
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing4-10/+10
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner3-0/+125
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2-6/+51
2006-03-29iAudio X5 doesn't have bass and trebleLinus Nielsen Feltzing1-5/+8
2006-03-28Correct maximum and default volume for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-03-28Audio support for iAudio X5Linus Nielsen Feltzing1-11/+13
2006-03-28First quick'n'dirty volume control for the iAudio X5Linus Nielsen Feltzing1-2/+30
2006-03-28Simplification and correction of the TLV320 driverLinus Nielsen Feltzing1-52/+22
2006-03-28Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing1-0/+5
2006-03-28Some corrections of the TLV320 register bit definitionsLinus Nielsen Feltzing1-22/+21
2006-03-28MCF5250 has IRAM tooLinus Nielsen Feltzing1-1/+1
2006-03-28Correct IRAM attributesLinus Nielsen Feltzing1-4/+4
2006-03-28Correct audio clockLinus Nielsen Feltzing1-2/+2
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen3-9/+52
2006-03-28Clean up the LCD Settings menu for some targets: hide the Contrast and Invert...Zakk Roberts8-0/+24
2006-03-27Even better LCD clearing for ipod color displays, clear to white, but after b...Brandon Low1-1/+2
2006-03-27Fix some math for ipod volume settingsBrandon Low1-8/+8
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low1-2/+2
2006-03-27Clear the display in a less intrusive way to the user's selected background _...Brandon Low1-5/+3
2006-03-27Code policeBrandon Low2-6/+4
2006-03-27Patch 4819 from Robert Keevil to shutdown the codec and clear the LCD on ipod...Brandon Low1-0/+16
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg1-2/+2
2006-03-26Switched PLAY and REC for proper X5 operation.Daniel Stenberg1-2/+2
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen1-1/+1
2006-03-26Use ROCKBOX_STRICT_ALIGN for all ARM targets.Miika Pekkarinen1-7/+5
2006-03-26Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold1-9/+9
2006-03-26Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4Dan Everton1-0/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-2/+2
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev4-4/+96
2006-03-25Unify pcm_playback code where applicable to make working with it a bit nicerBrandon Low1-268/+150
2006-03-25Add simulated battery drain to the simulator. Patch from Matthias Mohr (task ...Dan Everton1-3/+37
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg1-0/+1
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg4-1/+29
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold1-0/+6
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low1-87/+100