summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/adc-e200.c (follow)
Commit message (Collapse)AuthorAge
* Move files that will be common to the Sansa e200 and c200Mark Arigo2007-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14624 a1c6a512-1295-4272-9138-f99709370657
* e200: adc_read needs mutex since it is accessed from multiple threads and ↵Michael Sevakis2007-07-12
| | | | | | yields. Remove polling for conversion completion since it will always have completed by the time it can be read out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13861 a1c6a512-1295-4272-9138-f99709370657
* Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off ↵Barry Wardell2007-03-13
| | | | | | datasheet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12745 a1c6a512-1295-4272-9138-f99709370657
* Battery reading support for Sansa. Still needs calibration of ↵Barry Wardell2007-02-20
| | | | | | voltage->percent mappings and remaining time. Thanks to Rene Peinthor for doing most of the work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12417 a1c6a512-1295-4272-9138-f99709370657
* Hardcode a value for the battery level until we figure out the power ↵Barry Wardell2006-12-18
| | | | | | management on the Sansa. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11806 a1c6a512-1295-4272-9138-f99709370657
* Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. ↵Daniel Ankers2006-10-16
Add ADC driver (may not be needed). Fix a bug in the button driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11237 a1c6a512-1295-4272-9138-f99709370657