rockbox/firmware/drivers
2009-03-12 02:01:25 +00:00
..
audio Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy run with sound. There are stability problems that need to be looked into causing the player to reset when music playback is attempted. 2009-03-11 01:18:23 +00:00
rtc Ingenic Jz4740 RTC: actually write date to RTC 2009-02-26 22:58:10 +00:00
tuner FM radio for Philips HDD1630. Volume was very faint unless recording was enabled, so do that too. 2009-02-13 03:49:17 +00:00
ata.c Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a couple cosmetic tweaks and without the inclusion of 'FS#9721: No error check after writes in ata.c'changes (which can be done separately). No code is changed for targets without HAVE_ATA_DMA defined other than to not display DMA modes in the View Disk Info debug screen if not using DMA (Gigabeat F/X/S were). No target uses the code yet but Gigabeat S use will follow shortly. 2009-03-12 02:01:25 +00:00
ata_flash.c
ata_mmc.c implement single-driver storage layer with macros instead of inlines 2008-11-02 01:14:46 +00:00
button.c Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code. 2009-03-02 19:25:50 +00:00
dac.c
dac.h
eeprom_24cxx.c Various files: make function implementations consistent with their declaration in the header file or static if 2009-01-31 23:51:11 +00:00
fat.c implement single-driver storage layer with macros instead of inlines 2008-11-02 01:14:46 +00:00
fmradio.c
generic_i2c.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
i2c.c
isp1362.c
isp1583.c Creative ZVM: 2009-02-05 21:47:54 +00:00
lcd-1bit-vert.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
lcd-2bit-horz.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
lcd-2bit-vert.c
lcd-2bit-vi.c
lcd-16bit.c Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow. 2009-03-08 17:22:17 +00:00
lcd-charcell.c
lcd-charset-player.c
lcd-remote-1bit-v.c
lcd-remote-2bit-vi.c
led.c
m5636.c
mas.c
nand_id.c TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes mentioned in the Samsung NAND datasheet. Add this to the nand_id struct, so that it can be runtime detected (required for some D2s to boot). Use the struct directly instead of making a local copy, and format the nand_info table to 80 columns. 2009-03-02 23:36:12 +00:00
pcf50605.c
pcf50606.c
qt1106.c
ramdisk.c Onda VX747: 2008-11-05 00:24:46 +00:00
serial.c Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port. 2009-02-07 11:15:30 +00:00
sw_i2c.c
synaptics-mep.c Backlight brightness and button lights for the Philips HDD1630 2009-02-18 02:19:22 +00:00
touchscreen.c Add generic touchscreen driver which allows calibration (apps/ layer will follow later). 2009-02-19 22:15:02 +00:00
tsc2100.c