summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-02-08Fix the delay loops. Without scaling the CPU is always at 300MHz.Marcoen Hirschberg2-4/+4
2007-02-08disable CPU scaling again because it actually made the power consumption worse.Marcoen Hirschberg1-1/+1
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis1-5/+0
2007-02-07Correct a deceptive comment. Clarify that this config file is only for the 4g...Tom Ross1-1/+1
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-2/+2
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing1-12/+13
2007-02-04Fix USB detection on ipods and other portalplayer targets - Rockbox now corre...Dave Chapman14-118/+504
2007-02-04Fix setting time on Sansa used to set the day to one day later than it Barry Wardell1-1/+1
2007-02-04Enable FAT16 support for Sansa E200Daniel Ankers1-0/+3
2007-02-04Work around a bug in the Sansa flash driverDaniel Ankers1-21/+8
2007-02-03Backlight support for Sansa, including brightness. Thanks to Rene Barry Wardell3-0/+23
2007-02-03RTC support for Sansa.Barry Wardell4-1/+169
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2-5/+3
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing1-2/+6
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold3-6/+5
2007-02-01Increase disk thread stack on the Sansa in line with the changes in r12093. ...Daniel Ankers1-1/+1
2007-02-01Fix dircache on simulatorsSteve Bavin1-1/+1
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin5-1/+77
2007-01-31Power off on the Sansa more in line with how the OF does it (just change the ...Barry Wardell1-1/+4
2007-01-31Add power off for the Sansa. Thanks to Antonius Hellmann for figuring out how...Barry Wardell1-0/+2
2007-01-31Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULI...Michael Sevakis1-9/+19
2007-01-29Reverting the FAT32 driver change - it seems to have introduced a bugLinus Nielsen Feltzing2-66/+50
2007-01-29Changed fat_getnext():Linus Nielsen Feltzing2-50/+66
2007-01-28Do not change backlight timeout and disk spindown timeout when battery is lowNils Wallménius1-22/+0
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