summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing1-0/+6
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg1-2/+2
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg1-125/+224
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese1-2/+11
2003-02-12disable charge control for FMUwe Freese1-5/+1
2003-01-27LiIon values for FMUwe Freese1-0/+12
2003-01-19Start new charge cycle should be possible in trickle mode. This should fix th...Uwe Freese1-1/+6
2003-01-09better estimated running time for usb modeUwe Freese1-2/+2
2002-12-18battery level 100% when trickle chg, only 1% per minute change allowed, ignor...Uwe Freese1-62/+70
2002-12-17Fixed a simulator stub for set_battery_capacity()Kjell Ericson1-0/+4
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese1-3/+3
2002-12-16stupid bug, trickle setting in menu didn't workUwe Freese1-0/+4
2002-12-15charger on if battery low at boot time, battery capacity settingsUwe Freese1-38/+52
2002-12-14battery capacity setting functionUwe Freese1-6/+12
2002-12-14we don't want battery symbol flickering while trickle chargingUwe Freese1-4/+4
2002-12-14no inclusion of apps/settings.h anymore (simulator build error), new enable_t...Uwe Freese1-16/+28
2002-12-14max charge duration now depends on batt. capacity and is a little longerUwe Freese1-4/+5
2002-12-14using the new charge state variable instead of trickle_enableUwe Freese1-21/+27
2002-12-14added trickle chargeUwe Freese1-28/+67
2002-12-04Sleeptimer now reboots instead of poweroff when charger is attachedLinus Nielsen Feltzing1-2/+10
2002-12-03Sleep timer, inspired by Jim HaganiLinus Nielsen Feltzing1-0/+38
2002-12-03Fixed build.Björn Stenberg1-0/+2
2002-12-03Finally, merged the improved power code from Uwe Freese:Björn Stenberg1-8/+142
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing1-4/+14
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing1-0/+2
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing1-2/+16
2002-09-23Simulator fixLinus Nielsen Feltzing1-0/+5
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing1-0/+29
2002-08-21Reset the power history with the latest value when starting chargingHeikki Hannikainen1-0/+5
2002-08-15avoid flickering of battery level during the first minute of uptime by taking...Heikki Hannikainen1-0/+3
2002-08-13Use average of two samples at both ends of the range for calculating smoother...Heikki Hannikainen1-2/+6
2002-08-12Tune charging algorithm: use more voltage samples (4 per minute) and discardHeikki Hannikainen1-30/+41
2002-08-07Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen1-2/+55
2002-08-06Removed a warningLinus Nielsen Feltzing1-0/+1
2002-08-06Added battery charger code for the recorder and battery voltage statistics ke...Heikki Hannikainen1-0/+177