summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-01-28FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (...Barry Wardell2-0/+6
2007-01-27Fix red buildsDaniel Ankers1-1/+1
2007-01-27Oops - fix PortalPlayer buildsDaniel Ankers2-10/+3
2007-01-27More PortalPlayer I2C unification workDaniel Ankers3-54/+4
2007-01-27Fix a bug in the Sansa flash driver. Other bugs remain, as it does not pass ...Daniel Ankers1-1/+1
2007-01-27Unify I2C driver for all PortalPlayer targetsDaniel Ankers3-162/+13
2007-01-27Clean up PP5002 I2C code (no functional changes):Barry Wardell5-38/+31
2007-01-27Clean up PP5020 I2C code (no functional changes):Barry Wardell4-50/+46
2007-01-25adding NSF (NES music) codecAdam Gashlin2-0/+4
2007-01-24Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/...Jens Arnold3-3/+366
2007-01-23Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius3-20/+6
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon2-3/+3
2007-01-22Fix broken buildsJonathan Gordon1-2/+2
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon2-2/+64
2007-01-21The code police strikes back, and some minor optimisations.Jens Arnold1-79/+85
2007-01-20Retimed the i2c delay loops since we can be boosted or notSteve Gotthardt2-18/+27
2007-01-20On the H10 when we power the disk on again after spindown and poweroff we nee...Barry Wardell1-0/+1
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius2-2/+3
2007-01-19iPod G3: Touching the wheel now resets the poweroff timer the same way as on ...Jens Arnold1-0/+1
2007-01-18iPods: Touching the wheel now resets the poweroff timer, so the iPod no longe...Jens Arnold2-3/+5
2007-01-18remove duplicate code and fix commentsMarcoen Hirschberg1-5/+2
2007-01-18the gigabeat supports all frequencies but 64kHzMarcoen Hirschberg2-6/+43
2007-01-18Move mono DRMODE optimizations from Gigabeat to all 16-bit targetsGreg White2-154/+79
2007-01-18Prevent sysfont.h being regenerated during every build.Dave Chapman1-2/+4
2007-01-17fix backlight on hold key settingMarcoen Hirschberg1-1/+13
2007-01-17re-enable CPU scaling (between 100 and 300MHz again) with a new implementationMarcoen Hirschberg2-12/+9
2007-01-17remove unused variable (fixes warning)Marcoen Hirschberg1-2/+0
2007-01-17sysfont.h is only needed by devices with bitmap displays.Barry Wardell1-1/+1
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell2-0/+4
2007-01-17increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon1-1/+1
2007-01-17Backing out the CPU boost for now. Found several issues from screen lines to ...Steve Gotthardt2-1/+7
2007-01-17Back off CPU scaling to 300/200 due to reports of crashesGreg White1-6/+6
2007-01-16Unroll loopsGreg White1-10/+77
2007-01-16fix commentMarcoen Hirschberg1-3/+3
2007-01-16add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3...Marcoen Hirschberg3-2/+33
2007-01-16Fix inversevid mono drawingGreg White1-2/+2
2007-01-16Merge various drawmodes; revert to C for common codeGreg White1-59/+48
2007-01-16Changed pausing so entire chunk is finished and keeps I2S engine alignedSteve Gotthardt1-19/+19
2007-01-15Turn off USB host and NAND flash controllerGreg White1-3/+9
2007-01-15Remove bogus variables to fix warningsGreg White1-2/+0
2007-01-15Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White2-1/+164
2007-01-14Update battery capacity and discharge tables to reflect current battery bench...Greg White2-11/+11
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman5-9/+279
2007-01-14Enabled zero crossing detection for volume changes in the WM8721/WM8731 drive...Jens Arnold1-2/+5
2007-01-14Skip scroll check when LCD is disabledGreg White1-4/+8
2007-01-14Idle CPU directly; minor cleanupGreg White2-11/+12
2007-01-13Added zero crossing check before changing volume to avoid noise during volume...Steve Gotthardt1-10/+18
2007-01-13ARM optimised memcpy/memmove from glibc. This should give increased performa...Daniel Ankers3-2/+364
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White9-39/+67
2007-01-12Updated bootloader for H120/H140 and entirely disabled flashing code for H100...Miika Pekkarinen1-5/+8