summaryrefslogtreecommitdiff
path: root/firmware/drivers/adc.c
AgeCommit message (Expand)Author
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon
2006-10-29H300: Slight simplification of adc_scan(), ported from X5.Jens Arnold
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low
2006-03-06Make the ipod ADC driver more generic, preparing to share code between it and...Brandon Low
2006-03-05Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low
2006-03-05Fix some yellow buildsBrandon Low
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-23ADC driver for iAudio X5Linus Nielsen Feltzing
2006-02-17Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing
2006-02-05iAudio X5: Dummy ADC functionsLinus Nielsen Feltzing
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
2005-11-16H300: ADC driverLinus Nielsen Feltzing
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-07-12More atomic GPIOLinus Nielsen Feltzing
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing
2005-02-11iRiver: Support for remote control buttonsLinus Nielsen Feltzing
2005-01-10Jean-Philippe Bernardy: removed bad emu_debugf() callDaniel Stenberg
2005-01-09Jean-Philippe Bernardy: ADC support for TCC730Daniel Stenberg
2004-11-18Added iRiver ADC tick taskLinus Nielsen Feltzing
2004-11-03Ported to iRiver (unfinished)Linus Nielsen Feltzing
2004-10-01We must sleep 2 ticks to be really sure that all A/D channels have been conve...Linus Nielsen Feltzing
2004-09-24Ensure vaild readings when adc_init() returnsJens Arnold
2004-09-21Removed the obsolete adcreg[] tableLinus Nielsen Feltzing
2004-09-21New A/D conversion strategy, now updates all channels every tickLinus Nielsen Feltzing
2004-08-03More const policeing step 3Jens Arnold
2004-01-20Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing
2003-07-17Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better...Jörg Hohensohn
2003-07-16Removed a compiler warningLinus Nielsen Feltzing
2003-07-16Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ...Jörg Hohensohn
2002-07-01Removed TAB charsLinus Nielsen Feltzing
2002-06-30First versionLinus Nielsen Feltzing