rockbox/firmware/export
Thom Johansen 3c7278f405 Reworked backlight fading by GPIO based PWM to work for other targets
than H1x0. iPod Nano and 5G backlight fading is enabled. To try for your
device, just define HAVE_BACKLIGHT_PWM_FADING in the relevant
config-xxxx.h file. NOTE: Will break your settings, so save a config
file first.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9121 a1c6a512-1295-4272-9138-f99709370657
2006-03-19 17:42:58 +00:00
..
adc.h Iriver: Properly working remote type detection regardless of hold switch positions. 2006-03-17 18:45:06 +00:00
ata.h
ata_mmc.h
audio.h More 64bit simulator fixes, coinciding with the long policy this time. 2006-03-03 02:09:58 +00:00
backlight.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
bidi.h
bitswap.h
buffer.h
button.h Improve button driver performance on ipod a bit by moving around queue checks and properly detecting end-of-scroll. * Provide to an application which reads the button queue directly the data from the wheel (position and delta) for custom wheel driver (only sent for deltas large enough to cause a scroll event for now 2006-03-18 20:07:02 +00:00
config-fmrecorder.h
config-gigabeat.h first gigabeat commit 2006-02-24 15:42:52 +00:00
config-gmini120.h
config-gminisp.h
config-h100.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
config-h120.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
config-h300.h Iriver: Properly working remote type detection regardless of hold switch positions. 2006-03-17 18:45:06 +00:00
config-iaudiox5.h No X5 remote support just yet 2006-02-21 21:35:06 +00:00
config-ifp7xx.h
config-ipod3g.h iPod 3G - initial (completely untested) attempt at audio support 2006-02-26 15:59:46 +00:00
config-ipod4g.h Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods. 2006-02-09 00:48:53 +00:00
config-ipodcolor.h Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods. 2006-02-09 00:48:53 +00:00
config-ipodmini.h Correct typo in comments 2006-02-21 16:31:53 +00:00
config-ipodnano.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
config-ipodvideo.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
config-ondiofm.h
config-ondiosp.h
config-player.h Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes. 2006-02-20 00:31:10 +00:00
config-recorder.h
config-recorderv2.h
config.h Patch #3060 from Andrew Scott - iPod mini button driver 2006-02-27 12:35:05 +00:00
cpu.h first gigabeat commit 2006-02-24 15:42:52 +00:00
debug.h
disk.h
fat.h
fmradio.h
fmradio_i2c.h
font.h
gdb_api.h Mapped iFP DRAM to 0xc00000 and enabled caching in this area. 2006-02-12 23:16:05 +00:00
generic_i2c.h Generic bitbang I2C driver 2006-02-22 14:50:57 +00:00
hwcompat.h
i2c-coldfire.h
i2c-pp5002.h 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 2006-03-09 19:47:12 +00:00
i2c-pp5020.h 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 2006-03-09 19:47:12 +00:00
i2c.h
id3.h
kernel.h Fix other yellow builds 2006-03-05 18:40:51 +00:00
lcd-player-charset.h
lcd-remote.h Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD 2006-02-17 22:38:38 +00:00
lcd.h LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. 2006-03-08 01:14:46 +00:00
led.h
logf.h
mas.h
mcf5249.h
mcf5250.h Some corrections for MCF5250 2006-02-22 20:48:27 +00:00
mp3_playback.h
mp3data.h
mpeg.h
panic.h
pcf50605.h 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. 2006-03-05 18:06:06 +00:00
pcf50606.h Not only H300 has a PCF50606 2006-02-21 21:33:27 +00:00
pcm_playback.h Rework PCM buffer 2006-02-07 20:38:55 +00:00
pcm_record.h
pnx0101.h
power.h 1. Updated battery_bench plugin: 2006-02-07 14:46:03 +00:00
powermgmt.h Archos V1 recorder charging path #2927 by Alun Thomas 2006-03-04 09:48:53 +00:00
pp5002.h Some extra PP defines, and make some PP5002 defines consistens with 2006-03-17 00:06:11 +00:00
pp5020.h Patch FS#4841 from Ralf Herz, debug more io ports on the PP5020 based ipods 2006-03-18 09:13:55 +00:00
profile.h
replaygain.h
rolo.h
rtc.h Real Time Clock support in the WPS 2006-03-18 22:42:02 +00:00
s3c2440.h gigabeat related changes 2006-03-02 13:28:24 +00:00
serial.h
sh7034.h
sound.h Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
system.h Don't paste when sleepy, kids. 2006-03-17 02:45:06 +00:00
tcc730.h
thread.h
timer.h Add timer.c module support for ipods. Remove uneeded SIMULATOR check. 2006-03-17 00:08:39 +00:00
tlv320.h
tuner.h
uda1380.h
usb.h
usb_serial.h
wm8731l.h iPod 3G - initial (completely untested) attempt at audio support 2006-02-26 15:59:46 +00:00
wm8758.h iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00
wm8975.h iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00