rockbox/firmware/export
2005-06-18 16:24:27 +00:00
..
adc.h More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) 2005-03-03 07:25:43 +00:00
ata.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
ata_mmc.h Ondio: Fix multivolume and hotswap for the old MMC clock circuit. 2005-05-22 00:42:00 +00:00
audio.h mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
backlight.h Remote LCD: added own backlight timeout stuff 2005-05-30 00:00:22 +00:00
bitswap.h
buffer.h mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
button.h undo >.>; 2005-05-08 16:21:57 +00:00
config-fmrecorder.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-gmini120.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-gminisp.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-h100.h Iriver: Sleep timer now powers off the box even when the charger is connected. 2005-06-16 23:45:09 +00:00
config-h300.h Iriver: Sleep timer now powers off the box even when the charger is connected. 2005-06-16 23:45:09 +00:00
config-ondiofm.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-ondiosp.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-player.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-recorder.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config-recorderv2.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
config.h early and not yet working support for H300 builds 2005-06-15 11:28:25 +00:00
cpu.h Jean-Philippe Bernardy: TCC730 support added 2005-01-09 23:17:32 +00:00
debug.h
disk.h preparations for hotswapping MMC 2005-01-28 21:32:16 +00:00
fat.h long policy 2005-02-26 21:18:05 +00:00
fmradio.h moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM 2004-10-17 08:53:18 +00:00
fmradio_i2c.h Philips tuner supported 2004-10-17 23:24:18 +00:00
font.h moved lcd_getstringsize into font.c 2005-04-19 12:47:16 +00:00
hwcompat.h Renamed has_new_lcd() to is_new_player(), and got rid of the alias 2004-11-22 21:20:54 +00:00
i2c-h100.h Fixed a dead lock, file handle leak that caused wps to jam and 2005-06-14 14:36:46 +00:00
i2c.h
id3.h Added %fc WPS tag to display codec type - moved codectype from track_info struct into mp3info struct, initialise it on MAS platforms, and add it to the WPS. 2005-06-18 16:24:27 +00:00
kernel.h Hot-plug support for iriver remote. 2005-06-08 22:48:23 +00:00
lcd-player-charset.h
lcd-remote.h iriver: LCD flip for H1x0 remote, some code cleanup. 2005-06-17 21:43:00 +00:00
lcd.h Remote LCD support added to the x11 simulator, take 1. The win32 simulator 2005-05-23 16:23:25 +00:00
led.h Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
logf.h Modified logf to use a define for the log width, and changed it to default to 2005-06-01 13:21:20 +00:00
mas.h Added MAS3539F support (Ondio SP) 2004-09-29 19:51:41 +00:00
mcf5249.h ColdFire: DCR is a 16-bit register 2005-06-08 07:37:32 +00:00
mp3_playback.h (1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #778930/#1189756. (2) Fade in/out from/to zero. (3) Always fade in 30 steps, independent of the global volume. 2005-05-13 00:16:14 +00:00
mp3data.h Added support for reading LAME header delay and padding fields for proper gapless MP3 support. 2005-06-12 14:03:31 +00:00
mpeg.h Avoid radio interference from the MAS internal clock on devices with the Samsung tuner (FM recorder, old Ondio FM) by slightly shifting it away when necessary. 2005-05-28 01:09:19 +00:00
panic.h Better definition & usage of the ATTRIBUTE_PRINTF macro 2005-02-28 09:48:35 +00:00
pcm_playback.h Iriver UDA1380 volume and balance handling is now done in sound.c, similar to archos player; removed pcm_set_volume(). Implemented a dB-linear scale. Sorted & bumped plugin api. Removed audio test from the debug menu. 2005-06-18 01:25:47 +00:00
power.h iRiver: Implemented S/PDIF transmit power control. The optical LED is now off by default. 2005-04-11 11:17:31 +00:00
powermgmt.h Proper 'battery level dangerous' handling for Ondio. Moved this info into an array, and removed unused #defines. 2005-05-04 16:18:09 +00:00
rolo.h
rtc.h A proper alarm clock for the V2/FM (and v1 with mod) 2005-02-06 17:21:42 +00:00
serial.h
sh7034.h Button driver overhaul: (1) Unified the button driver functions as much as possible (2) Proper #defines for FM recorder button ADC channels (3) Got rid of old port B #defines only valid for recorder (4) button filtering for all models (5) RoLo with ON after panic should now work for FM/V2 2004-12-01 00:33:18 +00:00
sound.h Better pitch handling. 2005-05-22 12:45:35 +00:00
system.h Fixed makefiles for autoconf.g include. 2005-05-07 22:41:17 +00:00
tcc730.h beautified code 2005-02-05 10:54:55 +00:00
thread.h
tuner.h tuner cleanup + improvements: 2004-10-19 08:20:38 +00:00
uda1380.h Iriver UDA1380 volume and balance handling is now done in sound.c, similar to archos player; removed pcm_set_volume(). Implemented a dB-linear scale. Sorted & bumped plugin api. Removed audio test from the debug menu. 2005-06-18 01:25:47 +00:00
usb.h long policy 2005-01-30 15:16:58 +00:00