index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
battery_bench.c
Age
Commit message (
Expand
)
Author
2008-04-27
FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.
Rob Purchase
2008-03-22
D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...
Rob Purchase
2008-03-22
Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...
Jens Arnold
2008-03-01
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
Robert Kukla
2008-02-17
Plugins now enabled and working for the Gigabeat S.
Will Robertson
2007-10-23
make the first bunch of plugins compile for the mrobe. an earlier commit brok...
Jonathan Gordon
2007-10-22
Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-05
Ooops
Linus Nielsen Feltzing
2007-10-05
Platform specific button descriptions for battery bench. Fixes FS#7893
Linus Nielsen Feltzing
2007-09-28
Get the plugins synced up with the threading changes.
Michael Sevakis
2007-09-20
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...
Marianne Arnold
2007-09-09
battery_bench: Fix battery voltage logging for voltages >4.095V by separating...
Jens Arnold
2007-08-15
Switch to using millivolt for battery voltage and other internal voltages. * ...
Jens Arnold
2007-08-01
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...
Nils Wallménius
2007-07-27
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
Jens Arnold
2007-06-14
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...
Nils Wallménius
2007-06-13
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Nils Wallménius
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2007-03-16
Rename some macros to account for the recently added M5 port. No code changes.
Jens Arnold
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-18
CONFIG_CHARGING
Jonathan Gordon
2006-12-21
Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to ha...
Michael Sevakis
2006-12-19
Convert queues to use intptr_t for event data and return values as most of th...
Michael Sevakis
2006-12-05
add gigabeat button defines
Marcoen Hirschberg
2006-11-27
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...
Jens Arnold
2006-10-31
player doesnt have lcd_update()... grr!
Jonathan Gordon
2006-10-31
* give tsr plugins the choice to quit or not
Jonathan Gordon
2006-10-26
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...
Barry Wardell
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-08-20
Fix errors when building H10 Normal build.
Barry Wardell
2006-06-06
Work-in-progress rework of charging status reading & display: * Changed sever...
Jens Arnold
2006-05-13
Battery benchmark: * Don't crash on player. * Map remote buttons for recorder...
Jens Arnold
2006-04-05
Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ...
Hristo Kovachev
2006-03-30
Enabled metronome and battery_bench for X5
Daniel Stenberg
2006-02-24
More iPod 3G work from Seven Le Mesle
Dave Chapman
2006-02-07
Fixed a few warnings
Hristo Kovachev
2006-02-07
1. Updated battery_bench plugin:
Hristo Kovachev
2006-02-03
Added iFP keybindings.
Tomasz Malesinski
2006-01-25
Button mappings for iPods, using mp3_is_playing() for harware platforms, file...
Hristo Kovachev
2006-01-25
And the plugin itself ... :)
Hristo Kovachev