summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10iPod G3: Set the 'we (pretend to) know what we're doing so please let us' mag...Jens Arnold1-0/+1
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold2-2/+11
2007-07-10Remove Sansa frequency scaling until issues with static during screen updates...Michael Giacomelli1-1/+1
2007-07-09Prevent another divide-by-zero (only affecting targets with FAT16 support ena...Dave Chapman1-0/+2
2007-07-09Fix division by 0 errorRobert Keevil1-1/+4
2007-07-09Enable frequency scaling on the Sansa. Thanks to Jens Arnold's improvements,...Michael Giacomelli1-1/+1
2007-07-09Add divide-by-zero trap for ARM instead of just silently ignoring them.Michael Sevakis1-1/+17
2007-07-09Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...Michael Sevakis1-22/+25
2007-07-09e200: Remove all that inlining in the display driver to get rid of the bloat....Michael Sevakis1-5/+7
2007-07-08Gigabeat: properly confined framebuffer copies and a few pendantic changes to...Michael Sevakis2-41/+146
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis4-147/+452
2007-07-07Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) intr...Jens Arnold1-2/+3
2007-07-07e200: Better power_off to lock the system down while waiting for PMU to cut p...Michael Sevakis1-2/+17
2007-07-06Gigabeat: oops, forgot to set correct timer prescaler limit.Michael Sevakis1-2/+3
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis8-84/+265
2007-07-05Fix a (minor) disk corruption when moving directories around. Fixes FS #7359Peter D'Hoye1-5/+58
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil4-4/+8
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis2-34/+33
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis4-42/+174
2007-07-03Fix serious bug in FAT filename check, preventing most files from being creat...Magnus Holmgren1-38/+13
2007-07-03Proper filename checking in the FAT driver (FS#7222 and FS#6358)Jonathan Gordon1-26/+44
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2-0/+4
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold5-13/+29
2007-07-02H1x0: Increase delay during button reads. Hopefully fixes the scroll down pro...Magnus Holmgren1-9/+9