rockbox/firmware/drivers
Jens Arnold d726592900 Some minor tweaks for iriver button_read()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8049 a1c6a512-1295-4272-9138-f99709370657
2005-11-23 01:01:25 +00:00
..
adc.c H300: ADC driver 2005-11-16 13:28:10 +00:00
ata.c H300 has no ATA LED 2005-11-18 14:06:50 +00:00
ata_mmc.c Removed unused ata_standby(), changed return type of ata_sleep() to void, removed misleading comment from ata.h 2005-11-07 23:19:06 +00:00
button.c Some minor tweaks for iriver button_read() 2005-11-23 01:01:25 +00:00
dac.c
dac.h
fat.c Cosmetic correction (doesn't affect compiled code) - use letohNN instead of htoleNN in update_fat_entry() 2005-10-06 21:23:59 +00:00
fmradio.c 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.c CONFIG_TUNER is a bitmask 2005-08-13 18:13:56 +00:00
i2c-coldfire.c H300: The FM tuner uses different port pins 2005-11-18 14:33:06 +00:00
i2c-pp5020.c iPod: Code cleanup - the bootloader now compiles with zero warnings 2005-11-11 17:51:35 +00:00
i2c.c Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver. 2005-05-07 22:29:35 +00:00
lcd-16bit.c 16bit LCD driver: Optimised native bitmap drawing. 2005-11-17 18:33:50 +00:00
lcd-h100-remote.c Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. 2005-11-21 23:55:39 +00:00
lcd-h100.c Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition. 2005-11-16 21:09:23 +00:00
lcd-h300.c Moved some often-used parts of the LCD driver into IRAM. 2005-11-17 00:37:16 +00:00
lcd-ipod.c Minor cleaning of the iPod LCD driver 2005-11-17 10:00:27 +00:00
lcd-player-charset.c if __CONFIG_H__ is defined, don't include config.h 2005-05-23 12:04:30 +00:00
lcd-player.c Fixed scroll step settings >127 pixels not working (reported on irc). Changed some other LCD driver variables to the natural 'int', cuts down binary size on coldfire a bit. Cleaned up some more settings bits. Bumped config block version, so save your settings to a file before upgrading. 2005-07-28 08:36:24 +00:00
lcd-recorder.c The const police strikes and hits itself. 2005-11-06 23:49:29 +00:00
lcd.S No assembler LCD driver yet for H300 2005-11-14 15:41:04 +00:00
led.c removed old statusbar and buttonbar code 2005-11-20 01:02:14 +00:00
mas.c Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. 2005-08-29 21:15:27 +00:00
pcf50606.c Added proper clock-stretching to the pcf50606 I2C driver 2005-11-21 02:13:14 +00:00
power.c iPod: We are not going to implement ATA power-off control (Rockbox will still use the ATA hardware's power handling) 2005-11-21 22:44:15 +00:00
rtc.c A proper alarm clock for the V2/FM (and v1 with mod) 2005-02-06 17:21:42 +00:00
serial.c Initial commit of work-in-progress iPod port 2005-11-07 23:07:19 +00:00
tlv320.c iAudio: First unfinished attempt for tlv320 driver and rockbox integration 2005-08-06 10:12:19 +00:00
uda1380.c iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc.. 2005-11-12 04:00:56 +00:00