summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
AgeCommit message (Expand)Author
2021-08-04powermgmt: Clean up some convoluted #ifdefsSolomon Peachy
2021-07-07Fix red introduced in 841e704fc3Solomon Peachy
2021-07-07Sansa Connect: Read HDQ battery dataTomasz Moń
2021-03-28New port: FiiO M3K on bare metalAidan MacDonald
2021-03-23Call powermgmt_init_target() before polling the batteryAidan MacDonald
2021-03-10usb_hid: switch Battery Strength to use feature reportsJames Buren
2021-03-06usb_hid: add support for Battery StrengthJames Buren
2020-11-14rockbox: revise charger_inserted and power_input_present functionsJames Buren
2020-09-28fix x20 and yp-r1 builds.Solomon Peachy
2020-09-28xduoox20: UI Simulator supportSolomon Peachy
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2020-05-24Comment details, typosSylvain Saubier
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer
2015-01-11Make a few local variables staticThomas Jarosch
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk
2012-03-15imx233: enable charging in bootloader USB mode by including powermgmtAmaury Pouly
2012-01-21Fix FS#12555: Use smoothed battery voltage for level and runtime calculationBoris Gjenero
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré
2012-01-07powermgmt.c : include lcd-remote.h only when neededRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2012-01-02ypr0: Fix power off at low battery.Thomas Martitz
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer
2011-04-16Fix premature idle shutdown on RaaA after last track finished playingThomas Jarosch
2011-03-10Don't compile handle_sleep_timer() code for the bootloaderThomas Jarosch
2011-03-10Don't call apps/ code from firmware/Thomas Jarosch
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch
2011-03-08Move handle_auto_poweroff() down so RaaA can call it.Thomas Jarosch
2011-03-03Fix red in bootloaderThomas Jarosch
2011-03-03Fix bookmark creation on sleep timer. Fixes FS#11493Thomas Jarosch
2011-03-01Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.cThomas Jarosch
2011-03-01Fix redThomas Jarosch
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch
2011-02-28Fix redThomas Jarosch
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch
2011-01-23Remove code that was unintentionally kept in a resynchronized patch in FS#300...Andree Buschmann
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji
2010-08-11Do not return negative sleeptimer valuesMichael Chicoine
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli
2010-03-16Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli
2010-03-09Statically init array to 0 instead of runtime memsetNils Wallménius