rockbox/firmware/target/arm/ipod
Torne Wuff 754b1572fb Remove superfluous executable bits on a bunch of files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
2011-06-08 14:22:03 +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 Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
video Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them. 2011-03-02 08:49:38 +00:00
adc-ipod-pcf.c FS#9728: Battery current measuring on the Video iPod 2009-11-03 20:35:04 +00:00
adc-target.h FS#9728: Battery current measuring on the Video iPod 2009-11-03 20:35:04 +00:00
app.lds */app.lds: remove STUBOFFSET 2010-09-20 17:09:55 +00:00
backlight-4g_color.c Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. The code was taken from FS#10034 and slightly changed to avoid white flashing when shutting off the display. 2011-01-12 07:36:02 +00:00
backlight-mini1g_mini2g.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
backlight-nano_video.c Revert unneeded change from r29026. 2011-01-10 21:04:10 +00:00
backlight-target.h Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo. 2010-06-05 11:48:12 +00:00
boot.lds Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. 2010-03-08 23:16:57 +00:00
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 ipod6g: make functions and variables static where possible 2011-04-22 21:39:17 +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 Remove superfluous executable bits on a bunch of files. 2011-06-08 14:22:03 +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 Simplify x0/x1 calculation for iPod Color some more, and fix display on type 0 LCD (iPod Photo). 2011-01-23 16:24:52 +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 Tweaking iPod Video battery configuration. Dangerous battery level is latest reached below 3500 mV, discharge curve is optimized for stable runtime estimation. 2010-04-11 22:12:02 +00:00