Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
target
/
arm
/
adc-pp5020.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
c755975
make mrobe100 work again
by Robert Kukla
· 17 years ago
054447f
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets.
by Michael Giacomelli
· 17 years ago
a615aab
- share adc reading code between h10 and mrobe100
by Robert Kukla
· 17 years ago
[Renamed (89%) from firmware/target/arm/iriver/h10/adc-h10.c]
1d1a17c
Improved H10 ADC driver. We now do things exactly as the OF does. This includes shifting the readings by 0x14 when PLL is enabled. Battery voltages and remote/scrollpad values adjusted accordingly. We also now wait for the ADC to indicate the conversion is complete before reading the data, so hopefully we will get more reliably steady readings.
by Barry Wardell
· 17 years ago
0d5451e
H10: add more time between enabling touch-pad and reading ADC. Greatly improves touchpad stability. Add (and disable) checking for ADC done bit. Disabled because not yet working.
by Peter D'Hoye
· 17 years ago
e2022a2
Removed executable flag
by Linus Nielsen Feltzing
· 18 years ago
8d2711b
Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786.
by Barry Wardell
· 18 years ago
b692fb1
Add support for H10 remote. Remote buttons have the same keymappings as their counterparts on the H10 itself, with vol-/vol+ being the same as scroll up/down.
by Barry Wardell
· 18 years ago
5a79b4e
Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when starting up on H10. Calibrated battery for H10 20GB.
by Barry Wardell
· 18 years ago
d9199d1
Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary anyway.
by Barry Wardell
· 18 years ago
e367b05
Move X5 ADC code to target tree. Fix power button detection on H10. New ADC
by Barry Wardell
· 18 years ago
18cfe43
Fix errors when building H10 Normal build.
by Barry Wardell
· 18 years ago