summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
AgeCommit message (Expand)Author
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