summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-04-14Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold1-3/+3
2006-04-14Correct battery voltage and almost correct percentages for all ipods. Runtime...Jens Arnold5-10/+10
2006-04-13Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen1-5/+15
2006-04-12Another slight tweak.Jens Arnold1-28/+20
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold1-191/+229
2006-04-1120% faster and one annoying lookup table cut outDaniel Stenberg1-50/+20
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-0/+4
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg4-2/+9
2006-04-10Coldfire: More appropriate condition for the refresh timings.Jens Arnold1-1/+1
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold...Zakk Roberts14-3/+45
2006-04-10Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get t...Brandon Low6-0/+12
2006-04-09H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold1-22/+44
2006-04-09Fix bad rebuffering bug, and kill the track_count variableBrandon Low1-0/+1
2006-04-08Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold12-25/+11
2006-04-07include x5 files from the target treeDaniel Stenberg1-0/+1
2006-04-07iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and col...Dave Chapman4-3/+19
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold2-30/+32
2006-04-06Allow lower cuts than -23 dB, since the code seems to work then anyway.Thom Johansen1-2/+2
2006-04-06Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold1-124/+108
2006-04-06Iriver remotes might also tick on H300, so offer the ticking reduction. H300 ...Jens Arnold1-0/+3
2006-04-06Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold1-212/+240
2006-04-06Fix seeking on swcodec, but probably break some cases of skipping. Another i...Brandon Low1-0/+1
2006-04-05Make ASM memset for ARM return destination address, as is standard.Thom Johansen1-28/+27
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
2006-04-05Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ...Hristo Kovachev1-2/+2
2006-04-05More work on swcodec. No significant pcmbuf functions are called from the au...Brandon Low2-2/+1
2006-04-04Disable backlight fade out for shutdownBrandon Low1-0/+3
2006-04-04Correct minimum value for TLV320 volumeLinus Nielsen Feltzing1-1/+1
2006-04-04Hopefully working battery display on Nanos.Thom Johansen1-2/+2
2006-04-04Simplification for user timer on coldfire. We define TIMER_FREQ separately an...Jens Arnold2-8/+7
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2-42/+38
2006-04-02killed warning due to comparison signed/unsignedDaniel Stenberg1-1/+1
2006-04-02Backlight fading enabled for the mini 2G. Reeset & reload settings to avoid s...Jens Arnold1-0/+3
2006-04-02Prevent two division by zeros and one problem causing a crash in theMiika Pekkarinen1-0/+11
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