rockbox/firmware/target/arm/ipod
2011-01-03 07:03:07 +00:00
..
1g2g iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing the delay loops away. Use udelay() instead, not wasting CPU time when the CPU is not boosted. 2010-08-20 22:21:07 +00:00
3g
video
adc-ipod-pcf.c
adc-target.h
app.lds */app.lds: remove STUBOFFSET 2010-09-20 17:09:55 +00:00
backlight-4g_color.c
backlight-mini1g_mini2g.c
backlight-nano_video.c
backlight-target.h
boot.lds
button-1g-3g.c Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same settings as on iPod 3rd Gen. 2010-08-20 21:00:15 +00:00
button-clickwheel.c Fix headphone detection on iPod Nano 2G being inverted (regression from r28800) 2010-12-16 19:54:24 +00:00
button-mini1g.c Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G. 2010-08-23 19:56:17 +00:00
button-target.h Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices. 2008-12-25 01:46:16 +00:00
lcd-as-color-nano.S Submit FS#11843 v17. Integrate YUV-blitting of nano 2G to nano1G/color LCD driver. Additionally refactor RGB and YUV screen updates to use same code fragments and save some binsize. YUV speedup is +3-4%, RGB 1/4 screen +2%. 2011-01-02 21:43:14 +00:00
lcd-as-gray.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-color_nano.c Remove unneeded check for swapping in iPod nano1G/color LCD driver. For nano1G and color yo/y1 this swap never happened, for color x0/x1 it was always swapped. 2011-01-03 07:03:07 +00:00
lcd-gray.c Increaase default ipod 3g contrast, to a value between the last two. 2010-05-20 18:58:33 +00:00
power-ipod.c Add #include to power-ipod.c, make some variables static in storage.c 2010-07-31 10:59:22 +00:00
powermgmt-ipod-pcf.c