summaryrefslogtreecommitdiffstats
path: root/firmware/export/powermgmt.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-16apps: Add ability to do a clean rebootAidan MacDonald1-1/+8
2021-12-28powermgmt: Better time estimationAidan MacDonald1-2/+2
2021-12-23Revert "powermgmt: Remove an unnecessary function"Aidan MacDonald1-0/+4
2021-12-23powermgmt: Add battery current measurementAidan MacDonald1-0/+7
2021-12-05powermgmt: Refactor battery current estimationAidan MacDonald1-16/+3
2021-12-05powermgmt: Remove an unnecessary functionAidan MacDonald1-4/+0
2021-12-05powermgmt: Small cleanups to battery capacity codeAidan MacDonald1-1/+3
2021-12-05powermgmt: Remove outdated definesAidan MacDonald1-6/+0
2021-03-10usb_hid: switch Battery Strength to use feature reportsJames Buren1-3/+0
2021-03-06usb_hid: add support for Battery StrengthJames Buren1-0/+3
2020-09-28xduoox20: UI Simulator supportSolomon Peachy1-1/+1
2016-04-04Fix checking for CONFIG_CHARGINGMihail Zenkov1-1/+1
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk1-1/+1
2012-01-07powermgmt-target.h: move prototypes to powermgmt.hRafaël Carré1-0/+2
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-7/+10
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz1-1/+1
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-0/+1
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch1-1/+1
2011-03-02Introduce "power" thread for RaaAThomas Jarosch1-3/+3
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch1-0/+1
2010-09-03powermgmt.h: include config.hRafaël Carré1-0/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-2/+2
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann1-0/+3
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli1-5/+1
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2009-06-291 mA gets rounded to 0 during computation, so use 2 mA as the default.Michael Giacomelli1-5/+5
2009-06-29Clean up nested defines in powermngt.h while I'm at it.Michael Giacomelli1-8/+4
2009-06-29Protect CURRENT_REMOTE define with an ifndef.Michael Giacomelli1-0/+2
2009-06-29Move Archos battery runtime estimation defines into config files instead of p...Michael Giacomelli1-7/+9
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis1-2/+5
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-122/+73
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis1-8/+40
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-10-29use ARCHOS_ONDIO* defines when checking for ondioFrank Gevaerts1-1/+1
2008-08-21Add rough estimate for iPod 4G power consumption. Probably a little off, but...Michael Giacomelli1-1/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-1/+3
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli1-7/+11
2007-11-14Accept FS#8139 - Correct assumed current consumption for iPod VideoJonathan Gordon1-5/+5
2007-11-01Lets use the measurements Toni took months ago for the Sansa battery, instead...Michael Giacomelli1-1/+5
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-1/+9
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold1-7/+6
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-28/+28
2007-07-14Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye1-1/+13
2007-06-29Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold1-3/+0
2007-05-15Make it possible to select the correct battery capacity on ipod video, defaul...Nils Wallménius1-9/+10
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-10/+24
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis1-1/+4
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-12/+10
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-0/+1