summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.h (follow)
Commit message (Collapse)AuthorAge
* these are now present in export/Daniel Stenberg2003-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3249 a1c6a512-1295-4272-9138-f99709370657
* LiIon values for FMUwe Freese2003-01-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3169 a1c6a512-1295-4272-9138-f99709370657
* LiIon voltages for FM recorderUwe Freese2003-01-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3164 a1c6a512-1295-4272-9138-f99709370657
* better estimated running time for usb modeUwe Freese2003-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3047 a1c6a512-1295-4272-9138-f99709370657
* Killed a dozen global variablesBjörn Stenberg2002-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3015 a1c6a512-1295-4272-9138-f99709370657
* battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese2002-12-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3008 a1c6a512-1295-4272-9138-f99709370657
* charger on if battery low at boot time, battery capacity settingsUwe Freese2002-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3000 a1c6a512-1295-4272-9138-f99709370657
* battery capacity setting functionUwe Freese2002-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2997 a1c6a512-1295-4272-9138-f99709370657
* no inclusion of apps/settings.h anymore (simulator build error), new ↵Uwe Freese2002-12-14
| | | | | | enable_trickle_charge function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2995 a1c6a512-1295-4272-9138-f99709370657
* max charge duration now depends on batt. capacity and is a little longerUwe Freese2002-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2992 a1c6a512-1295-4272-9138-f99709370657
* new charge state variableUwe Freese2002-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2990 a1c6a512-1295-4272-9138-f99709370657
* added trickle chargeUwe Freese2002-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2982 a1c6a512-1295-4272-9138-f99709370657
* Sleep timer, inspired by Jim HaganiLinus Nielsen Feltzing2002-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2918 a1c6a512-1295-4272-9138-f99709370657
* Finally, merged the improved power code from Uwe Freese:Björn Stenberg2002-12-03
| | | | | | | | | | | | - The battery level (percentage) is more realistic and considers if the charger is on. - It considers the "lazyness" a battery shows when the charging has just turned on or off (see below). But this is not perfect by now. - The battery level is good enough to estimate the remaining running time and the remaining charging time. And so the info screen now shows this info. - The maximum time of a charging cycle is now dynamically calculated out of the battery level (percentage) and is not a fixed value. - A minimum of 60 minutes is waited after a charging cycle stops before another one starts. - Added another screen in the battery debug screen (press down three times). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2913 a1c6a512-1295-4272-9138-f99709370657
* Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing2002-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2374 a1c6a512-1295-4272-9138-f99709370657
* Charge longer, deeper, better. Also restart charging already at 95%, sinceHeikki Hannikainen2002-08-21
| | | | | | | 90% is already pretty empty. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1900 a1c6a512-1295-4272-9138-f99709370657
* Tune charging algorithm: use more voltage samples (4 per minute) and discardHeikki Hannikainen2002-08-12
| | | | | | | | | | samples taken while the disk is spinning. If no 'disk idle' samples are available, use the ones we have anyway (yeah, maybe we could interpolate too). Also tuned the deltas detection too, and fixed some comments. This seems to work quite a bit better for me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1682 a1c6a512-1295-4272-9138-f99709370657
* Made battery_level() use the power history table to get an average battery ↵Heikki Hannikainen2002-08-07
| | | | | | level over the last 3 minutes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1589 a1c6a512-1295-4272-9138-f99709370657
* Set max charge time to 6 hours (overcharge backup protection)Heikki Hannikainen2002-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1552 a1c6a512-1295-4272-9138-f99709370657
* Added battery charger code for the recorder and battery voltage statistics ↵Heikki Hannikainen2002-08-06
keeping for all platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1546 a1c6a512-1295-4272-9138-f99709370657