summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-07-29iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel opera...Jens Arnold2-14/+36
2007-07-29iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info ...Jens Arnold2-89/+94
2007-07-29Stop Gigabeat bootloader from panicing.Michael Sevakis1-33/+39
2007-07-29Add a new timeout API to the kernel. Enable only for e200 right now since it'...Michael Sevakis4-3/+138
2007-07-29How should I say ... oops ?Kevin Ferrare1-1/+1
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator b...Kevin Ferrare1-4/+2
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis8-30/+3
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis17-1003/+868
2007-07-27Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). F...Jens Arnold1-0/+6
2007-07-27Cosmetics (remove tab and trailing spaces)Antoine Cellerier1-10/+10
2007-07-272nd gen: Correct LCD inversion state on init. * Fine tuned default contrast.Jens Arnold2-2/+7
2007-07-27Oops.Jens Arnold1-0/+3
2007-07-27iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD...Jens Arnold7-18/+86
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold3-6/+24
2007-07-26Further G1/G2 work. Bootloader compiles now, but probably won't work.Jens Arnold2-1/+14
2007-07-26Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted...Jens Arnold2-7/+140
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold4-2/+15
2007-07-26H10: Speed up LCD updates significantly (~+80% when boosted).Jens Arnold2-1/+3
2007-07-26Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold4-99/+100
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis5-3/+44
2007-07-26Stop the occasional crashes (most often 'undefined instruction') on PP5020 (a...Jens Arnold1-5/+6
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman5-12/+11
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis2-202/+362
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis4-27/+123
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-0/+2
2007-07-21OoopsKevin Ferrare1-2/+1
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare1-1/+4
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare8-153/+194
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold1-25/+20
2007-07-19include the files in firmware/drivers/tuner in the tarballsNils Wallménius1-0/+1
2007-07-17Revert cosmetic change and staticing of the rolo_restart() function, because ...Nils Wallménius1-4/+7
2007-07-17Fix my mistakes in some bits in the WM8751 header. Looks like adaptive boost ...Michael Sevakis1-35/+32
2007-07-16Make a private function static where possible, add a comment, make a small co...Nils Wallménius1-4/+7
2007-07-16Fix a typo that would cause incorrect enums.Michael Sevakis1-1/+1
2007-07-15Hrm. Commit the other needed change too. :)Michael Sevakis1-0/+6
2007-07-15Gigabeat: Add the funky foreground color support for transparent bitmaps.Michael Sevakis1-2/+6
2007-07-14Remove a change that wasn't supposed to stick around.Michael Sevakis1-3/+1
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis5-56/+135
2007-07-14More battery updates, this time for gigabeat. FS #7433 from Johnathon MihalopPeter D'Hoye1-2/+2
2007-07-14Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye5-17/+62
2007-07-14Fix all the red this time?Michael Sevakis4-25/+25
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil2-0/+4
2007-07-14Oops. Forgot to add a file.Michael Sevakis1-0/+99
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis19-275/+491
2007-07-14Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon2-1/+4
2007-07-13Makes the Adaptive Bass option not the default. To enable, you must uncomment...Steve Gotthardt1-1/+1
2007-07-13Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt2-0/+28
2007-07-12e200: This should stop lockups on sansa with struck SD card insert detection....Michael Sevakis2-49/+107
2007-07-12e200: adc_read needs mutex since it is accessed from multiple threads and yie...Michael Sevakis1-11/+21
2007-07-11added missing extra null terminator to indicate end of WMA extension Adam Gashlin1-1/+1