1. a7c20ac Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2. by Jens Arnold · 19 years ago
  2. b4d495c Fix ipod 3g build that was broken (by me perhaps?) by Brandon Low · 19 years ago
  3. 19f4c2a Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting by Brandon Low · 19 years ago
  4. ca9e8b6 Use an 8 bit ADC read for battery reading on ipod, that provides better than centivolt precision any way, also enable charging, it seems to detect fine when charging by USB by Brandon Low · 19 years ago
  5. a915771 Make the ipod ADC driver more generic, preparing to share code between it and the iRiver by Brandon Low · 19 years ago
  6. bb2f15c Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflicting read/writes by Brandon Low · 19 years ago
  7. aab0080 Fix some yellow builds by Brandon Low · 19 years ago
  8. 63c0d1d Basic battery monitoring for ipod 5g, should work on other ipods as well, but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. by Brandon Low · 19 years ago
  9. fb4e384 More iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
  10. 01ece88 ADC driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
  11. 0081184 Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD by Linus Nielsen Feltzing · 19 years ago
  12. 33fbe7c iAudio X5: Dummy ADC functions by Linus Nielsen Feltzing · 19 years ago
  13. d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
  14. 91c4873 H300: ADC driver by Linus Nielsen Feltzing · 19 years ago
  15. d31a32c iPod: Code cleanup - the bootloader now compiles with zero warnings by Dave Chapman · 19 years ago
  16. 77372d1 Initial commit of work-in-progress iPod port by Dave Chapman · 19 years ago
  17. b3437ec More atomic GPIO by Linus Nielsen Feltzing · 20 years ago
  18. 192a604 Atomic GPIO access by Linus Nielsen Feltzing · 20 years ago
  19. 43bf39e First lame attempt to show correct battery level on the iRiver by Linus Nielsen Feltzing · 20 years ago
  20. f48ec1f iRiver: Support for remote control buttons by Linus Nielsen Feltzing · 20 years ago
  21. a79cda0 Jean-Philippe Bernardy: removed bad emu_debugf() call by Daniel Stenberg · 20 years ago
  22. 0032898 Jean-Philippe Bernardy: ADC support for TCC730 by Daniel Stenberg · 20 years ago
  23. 003247e Added iRiver ADC tick task by Linus Nielsen Feltzing · 20 years ago
  24. 8d68eb6 Ported to iRiver (unfinished) by Linus Nielsen Feltzing · 20 years ago
  25. e29e91e We must sleep 2 ticks to be really sure that all A/D channels have been converted at least once before returning from adc_init() by Linus Nielsen Feltzing · 20 years ago
  26. af33f25 Ensure vaild readings when adc_init() returns by Jens Arnold · 20 years ago
  27. 5dfc1d0 Removed the obsolete adcreg[] table by Linus Nielsen Feltzing · 20 years ago
  28. ddb6333 New A/D conversion strategy, now updates all channels every tick by Linus Nielsen Feltzing · 20 years ago
  29. 2b0694c More const policeing step 3 by Jens Arnold · 21 years ago
  30. 26f4260 Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. by Linus Nielsen Feltzing · 21 years ago
  31. 5bd3297 Faster, simplified A/D driver. The previous batch convert in init_adc() produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users. by Linus Nielsen Feltzing · 21 years ago
  32. bfaf757 Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better, as AN0 by Jörg Hohensohn · 22 years ago
  33. a213442 Removed a compiler warning by Linus Nielsen Feltzing · 22 years ago
  34. d8a4bf3 Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), so afterwards adc_read() can be used right away. by Jörg Hohensohn · 22 years ago
  35. a550b07 Removed TAB chars by Linus Nielsen Feltzing · 23 years ago
  36. f725641 First version by Linus Nielsen Feltzing · 23 years ago