summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
AgeCommit message (Expand)Author
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing
2003-11-25Bug fix: Idle timeout would stop paused playback when charger was connectedBjörn Stenberg
2003-11-19Don't show battery meter until a proper power reading has been doneBjörn Stenberg
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg
2003-10-17Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)Björn Stenberg
2003-09-22Removed the battery level rise limiter. This provides more accurate values th...Björn Stenberg
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing
2003-08-21Measured voltages for LiIon. I found rockbox-liion.gifUwe Freese
2003-06-09Report max 99% battery level during chargingBjörn Stenberg
2003-06-04Make simulator report 75% battery instead of 100%Björn Stenberg
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese
2003-02-12disable charge control for FMUwe Freese
2003-01-27LiIon values for FMUwe Freese
2003-01-19Start new charge cycle should be possible in trickle mode. This should fix th...Uwe Freese
2003-01-09better estimated running time for usb modeUwe Freese
2002-12-18battery level 100% when trickle chg, only 1% per minute change allowed, ignor...Uwe Freese
2002-12-17Fixed a simulator stub for set_battery_capacity()Kjell Ericson
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese
2002-12-16stupid bug, trickle setting in menu didn't workUwe Freese
2002-12-15charger on if battery low at boot time, battery capacity settingsUwe Freese
2002-12-14battery capacity setting functionUwe Freese
2002-12-14we don't want battery symbol flickering while trickle chargingUwe Freese
2002-12-14no inclusion of apps/settings.h anymore (simulator build error), new enable_t...Uwe Freese
2002-12-14max charge duration now depends on batt. capacity and is a little longerUwe Freese
2002-12-14using the new charge state variable instead of trickle_enableUwe Freese
2002-12-14added trickle chargeUwe Freese
2002-12-04Sleeptimer now reboots instead of poweroff when charger is attachedLinus Nielsen Feltzing
2002-12-03Sleep timer, inspired by Jim HaganiLinus Nielsen Feltzing
2002-12-03Fixed build.Björn Stenberg
2002-12-03Finally, merged the improved power code from Uwe Freese:Björn Stenberg
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing
2002-09-23Simulator fixLinus Nielsen Feltzing
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing
2002-08-21Reset the power history with the latest value when starting chargingHeikki Hannikainen
2002-08-15avoid flickering of battery level during the first minute of uptime by taking...Heikki Hannikainen
2002-08-13Use average of two samples at both ends of the range for calculating smoother...Heikki Hannikainen
2002-08-12Tune charging algorithm: use more voltage samples (4 per minute) and discardHeikki Hannikainen
2002-08-07Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen
2002-08-06Removed a warningLinus Nielsen Feltzing
2002-08-06Added battery charger code for the recorder and battery voltage statistics ke...Heikki Hannikainen