rockbox/firmware/drivers
2005-10-19 19:35:24 +00:00
..
adc.c More atomic GPIO 2005-07-12 12:16:17 +00:00
ata.c Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32 2005-10-06 19:27:43 +00:00
ata_mmc.c Ondio: Fix multivolume and hotswap for the old MMC clock circuit. 2005-05-22 00:42:00 +00:00
button.c Reverse previous commit - it had uneffected side-effects. 2005-09-22 21:38:22 +00:00
dac.c Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
dac.h Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
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 The iriver FM radio I2C cannot use the I2C controller, so we do the good old bitbanging instead 2005-08-13 17:32:15 +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-h100-remote.c Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. 2005-10-19 19:35:24 +00:00
lcd-h100.c Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. 2005-10-19 19:35:24 +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 Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text support for Hebrew and Arabic 2005-08-08 19:23:28 +00:00
lcd.S iRiver: more relaxed LCD timing 2005-03-01 14:32:17 +00:00
led.c 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
mas.c Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. 2005-08-29 21:15:27 +00:00
power.c iriver: let the boot loader decide when to power on the hard drive 2005-07-19 07:04:40 +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 these are not compiling for Gmini either atm 2005-02-04 15:07:50 +00:00
tlv320.c iAudio: First unfinished attempt for tlv320 driver and rockbox integration 2005-08-06 10:12:19 +00:00
uda1380.c Fixed non-working treble & bass settings in radio mode. 2005-10-13 00:32:34 +00:00