rockbox/firmware/export
2005-07-26 20:01:11 +00:00
..
adc.h ADC is the same on all H1x0 models 2005-07-08 15:00:06 +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 It's now possible to select the crossfading mode: "Off, Crossfade, 2005-07-22 16:46:27 +00:00
backlight.h Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
bitswap.h
buffer.h mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
button.h Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
config-fmrecorder.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-gmini120.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-gminisp.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-h100.h Fixed RoLo for H100 targets 2005-07-18 15:50:06 +00:00
config-h120.h Fixed RoLo for H100 targets 2005-07-18 15:50:06 +00:00
config-h300.h Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support. 2005-07-19 09:24:29 +00:00
config-iaudiox5.h Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support. 2005-07-19 09:24:29 +00:00
config-ondiofm.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-ondiosp.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-player.h 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
config-recorder.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config-recorderv2.h Preparation for 4-grey LCD mode on H1x0. 2005-07-04 06:25:31 +00:00
config.h Added CPU_COLDFIRE define - one step closer to iAudio-port 2005-07-18 12:40:29 +00:00
cpu.h
debug.h
disk.h
fat.h long policy 2005-02-26 21:18:05 +00:00
fmradio.h
fmradio_i2c.h
font.h moved lcd_getstringsize into font.c 2005-04-19 12:47:16 +00:00
hwcompat.h
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 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
kernel.h Increased max number of tick tasks 2005-06-22 14:00:17 +00:00
lcd-player-charset.h
lcd-remote.h Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w. 2005-07-08 19:09:17 +00:00
lcd.h More preparations and conversions for colour LCD support. 2005-07-19 10:33:41 +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 decrease to 30 2005-06-30 15:33:43 +00:00
mas.h
mcf5249.h Iriver: First attempt at recording. Use Info->Debug->PCM recording to test recording of wav-files. Seams to work fine except occasional 100 ms noise at pos 100 ms (not later) so initialization or synch problem.. 2005-06-19 03:05:53 +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 More accurate playback position calculation. 2005-07-22 06:32:55 +00:00
pcm_record.h Iriver: First attempt at recording. Use Info->Debug->PCM recording to test recording of wav-files. Seams to work fine except occasional 100 ms noise at pos 100 ms (not later) so initialization or synch problem.. 2005-06-19 03:05:53 +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 Wrong iriver model check 2005-07-09 07:54:40 +00:00
replaygain.h ReplayGain support files. 2005-07-24 15:25:13 +00:00
rolo.h
rtc.h
serial.h
sh7034.h
sound.h Better pitch handling. 2005-05-22 12:45:35 +00:00
system.h Added CPU_COLDFIRE define - one step closer to iAudio-port 2005-07-18 12:40:29 +00:00
tcc730.h
thread.h Removed picky warnings 2005-07-12 10:05:13 +00:00
timer.h Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
tuner.h
uda1380.h added uda1380_reset() 2005-07-12 05:25:03 +00:00
usb.h New feature for units that can be powered or charged from USB (Recorder fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected). 2005-06-23 02:18:29 +00:00