rockbox/firmware/drivers
2007-07-03 17:03:33 +00:00
..
audio Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out so the volume always gets updated. Make sure i2s is off at boot and set to proper mode before audio hardware is initialized. Make pausing pcm instant instead of waiting until the end of the current DMA transfer. 2007-06-24 20:41:27 +00:00
rtc Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized. 2007-05-07 19:34:34 +00:00
arcotg_udc.c
ata.c ATA driver: * Support for drives with large physical sectors and no support for partial access in the firmware (i.e. Toshiba MK8010GAH - iPod G5.5/80GB). Sequential writes with a single 512-byte buffer to that disk are really slow, so this is an intermediate solution that allows to adjust the FAT driver and the file system gradually. * Assume multisectors = 16 if the value reported by the drive is invalid (also MK8010GAH). 2007-05-23 17:51:18 +00:00
ata_flash.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
ata_mmc.c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). 2007-06-30 02:08:27 +00:00
button.c fix the gigabeat remote button not working when backlight is off and filter first keypress is enabled 2007-05-20 14:03:42 +00:00
dac.c
dac.h
eeprom_24cxx.c
fat.c Fix serious bug in FAT filename check, preventing most files from being created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358). 2007-07-03 17:03:33 +00:00
fmradio.c
fmradio_i2c.c Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now. 2007-06-27 03:11:49 +00:00
generic_i2c.c
i2c.c
isp1362.c
lcd-1bit-vert.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
lcd-2bit-horz.c
lcd-2bit-vert.c
lcd-16bit.c Fix FS#7336 - scrolling lines don't stay coloured. 2007-06-22 04:30:08 +00:00
lcd-charcell.c
lcd-charset-player.c Player: Fix the dollar sign for old LCD. 2007-04-21 05:32:11 +00:00
lcd-remote-1bit-v.c
lcd-remote-2bit-vi.c
led.c
m5636.c
mas.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
pcf50605.c
power.c Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized. 2007-05-07 19:34:34 +00:00
serial.c