summaryrefslogtreecommitdiff
path: root/firmware/drivers/adc.c (follow)
Commit message (Expand)AuthorAge
* Fix ipod 3g build that was broken (by me perhaps?)Brandon Low2006-03-23
* Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low2006-03-09
* Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low2006-03-09
* Make the ipod ADC driver more generic, preparing to share code between it and...Brandon Low2006-03-06
* Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low2006-03-05
* Fix some yellow buildsBrandon Low2006-03-05
* Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low2006-03-05
* More iPod 3G work from Seven Le MesleDave Chapman2006-02-24
* ADC driver for iAudio X5Linus Nielsen Feltzing2006-02-23
* Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing2006-02-17
* iAudio X5: Dummy ADC functionsLinus Nielsen Feltzing2006-02-05
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* H300: ADC driverLinus Nielsen Feltzing2005-11-16
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* More atomic GPIOLinus Nielsen Feltzing2005-07-12
* Atomic GPIO accessLinus Nielsen Feltzing2005-07-12
* First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing2005-04-06
* iRiver: Support for remote control buttonsLinus Nielsen Feltzing2005-02-11
* Jean-Philippe Bernardy: removed bad emu_debugf() callDaniel Stenberg2005-01-10
* Jean-Philippe Bernardy: ADC support for TCC730Daniel Stenberg2005-01-09
* Added iRiver ADC tick taskLinus Nielsen Feltzing2004-11-18
* Ported to iRiver (unfinished)Linus Nielsen Feltzing2004-11-03
* We must sleep 2 ticks to be really sure that all A/D channels have been conve...Linus Nielsen Feltzing2004-10-01
* Ensure vaild readings when adc_init() returnsJens Arnold2004-09-24
* Removed the obsolete adcreg[] tableLinus Nielsen Feltzing2004-09-21
* New A/D conversion strategy, now updates all channels every tickLinus Nielsen Feltzing2004-09-21
* More const policeing step 3Jens Arnold2004-08-03
* Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing2004-01-20
* Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing2004-01-13
* Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better...Jörg Hohensohn2003-07-17
* Removed a compiler warningLinus Nielsen Feltzing2003-07-16
* Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ...Jörg Hohensohn2003-07-16
* Removed TAB charsLinus Nielsen Feltzing2002-07-01
* First versionLinus Nielsen Feltzing2002-06-30