Age | Commit message (Expand) | Author | Files | Lines |
2007-07-27 | Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). F... | Jens Arnold | 1 | -0/+6 |
2007-07-27 | Cosmetics (remove tab and trailing spaces) | Antoine Cellerier | 1 | -10/+10 |
2007-07-27 | 2nd gen: Correct LCD inversion state on init. * Fine tuned default contrast. | Jens Arnold | 2 | -2/+7 |
2007-07-27 | Oops. | Jens Arnold | 1 | -0/+3 |
2007-07-27 | iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD... | Jens Arnold | 7 | -18/+86 |
2007-07-27 | Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. | Jens Arnold | 3 | -6/+24 |
2007-07-26 | Further G1/G2 work. Bootloader compiles now, but probably won't work. | Jens Arnold | 2 | -1/+14 |
2007-07-26 | Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted... | Jens Arnold | 2 | -7/+140 |
2007-07-26 | Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ... | Jens Arnold | 4 | -2/+15 |
2007-07-26 | H10: Speed up LCD updates significantly (~+80% when boosted). | Jens Arnold | 2 | -1/+3 |
2007-07-26 | Clean up PP502x CPU clock setup code and use the full 80MHz when boosted. | Jens Arnold | 4 | -99/+100 |
2007-07-26 | Reenable scaling on Sansa since a reasonable solution to clicks has been found. | Michael Sevakis | 5 | -3/+44 |
2007-07-26 | Stop the occasional crashes (most often 'undefined instruction') on PP5020 (a... | Jens Arnold | 1 | -5/+6 |
2007-07-25 | Remove the hack which read the ipod hardware revision from flash in the bootl... | Dave Chapman | 5 | -12/+11 |
2007-07-25 | Some rewriting of the e200 ata driver. No more panicing. Faster card multiple... | Michael Sevakis | 2 | -202/+362 |
2007-07-22 | Wheel acceleration for e200. A general acceleration interface intended for us... | Michael Sevakis | 4 | -27/+123 |
2007-07-21 | Queue song statistical data to the tagcache system and update entirely in bac... | Miika Pekkarinen | 1 | -0/+2 |
2007-07-21 | Ooops | Kevin Ferrare | 1 | -2/+1 |
2007-07-21 | This should fix dircache being disabled by my last commit. | Kevin Ferrare | 1 | -1/+4 |
2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare | 8 | -153/+194 |
2007-07-19 | Slight speedup for iAudio remote LCD update when the CPU isn't boosted. | Jens Arnold | 1 | -25/+20 |
2007-07-19 | include the files in firmware/drivers/tuner in the tarballs | Nils Wallménius | 1 | -0/+1 |
2007-07-17 | Revert cosmetic change and staticing of the rolo_restart() function, because ... | Nils Wallménius | 1 | -4/+7 |
2007-07-17 | Fix my mistakes in some bits in the WM8751 header. Looks like adaptive boost ... | Michael Sevakis | 1 | -35/+32 |
2007-07-16 | Make a private function static where possible, add a comment, make a small co... | Nils Wallménius | 1 | -4/+7 |
2007-07-16 | Fix a typo that would cause incorrect enums. | Michael Sevakis | 1 | -1/+1 |
2007-07-15 | Hrm. Commit the other needed change too. :) | Michael Sevakis | 1 | -0/+6 |
2007-07-15 | Gigabeat: Add the funky foreground color support for transparent bitmaps. | Michael Sevakis | 1 | -2/+6 |
2007-07-14 | Remove a change that wasn't supposed to stick around. | Michael Sevakis | 1 | -3/+1 |
2007-07-14 | e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g... | Michael Sevakis | 5 | -56/+135 |
2007-07-14 | More battery updates, this time for gigabeat. FS #7433 from Johnathon Mihalop | Peter D'Hoye | 1 | -2/+2 |
2007-07-14 | Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann | Peter D'Hoye | 5 | -17/+62 |
2007-07-14 | Fix all the red this time? | Michael Sevakis | 4 | -25/+25 |
2007-07-14 | FS#7353 - mktime() is only used by targets that have an RTC | Robert Keevil | 2 | -0/+4 |
2007-07-14 | Oops. Forgot to add a file. | Michael Sevakis | 1 | -0/+99 |
2007-07-14 | Do some planned radio interface cleanup since adding in the LV24020LP. | Michael Sevakis | 19 | -275/+491 |
2007-07-14 | Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit... | Jonathan Gordon | 2 | -1/+4 |
2007-07-13 | Makes the Adaptive Bass option not the default. To enable, you must uncomment... | Steve Gotthardt | 1 | -1/+1 |
2007-07-13 | Changes bass setting to use adaptive bass instead of linear bass. The datashe... | Steve Gotthardt | 2 | -0/+28 |
2007-07-12 | e200: This should stop lockups on sansa with struck SD card insert detection.... | Michael Sevakis | 2 | -49/+107 |
2007-07-12 | e200: adc_read needs mutex since it is accessed from multiple threads and yie... | Michael Sevakis | 1 | -11/+21 |
2007-07-11 | added missing extra null terminator to indicate end of WMA extension | Adam Gashlin | 1 | -1/+1 |
2007-07-10 | iPod G3: Set the 'we (pretend to) know what we're doing so please let us' mag... | Jens Arnold | 1 | -0/+1 |
2007-07-10 | iPod G3: Clock setup register display and CPU clock estimation in debug menu.... | Jens Arnold | 2 | -2/+11 |
2007-07-10 | Remove Sansa frequency scaling until issues with static during screen updates... | Michael Giacomelli | 1 | -1/+1 |
2007-07-09 | Prevent another divide-by-zero (only affecting targets with FAT16 support ena... | Dave Chapman | 1 | -0/+2 |
2007-07-09 | Fix division by 0 error | Robert Keevil | 1 | -1/+4 |
2007-07-09 | Enable frequency scaling on the Sansa. Thanks to Jens Arnold's improvements,... | Michael Giacomelli | 1 | -1/+1 |
2007-07-09 | Add divide-by-zero trap for ARM instead of just silently ignoring them. | Michael Sevakis | 1 | -1/+17 |
2007-07-09 | Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch... | Michael Sevakis | 1 | -22/+25 |