rockbox/firmware/drivers
Christian Gmeiner 689d5fd446 implement usb_arcotg_dcd_disable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14739 a1c6a512-1295-4272-9138-f99709370657
2007-09-17 22:23:51 +00:00
..
audio Changes bass setting to use adaptive bass instead of linear bass. The datasheet recommends it and it should stop clipping on bass. 2007-07-13 04:18:31 +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
tuner Remove a change that wasn't supposed to stick around. 2007-07-14 22:08:20 +00:00
usb implement usb_arcotg_dcd_disable 2007-09-17 22:23:51 +00:00
ata.c Add some new findings to the PP header files. * Clean up ata-target.h for PP. * check_registers() seems to work fine on PP5002. 2007-08-01 10:43:45 +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 Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target 2007-08-12 19:49:03 +00:00
dac.c
dac.h
eeprom_24cxx.c
fat.c Prevent another divide-by-zero (only affecting targets with FAT16 support enabled, such as the Sansa). 2007-07-09 22:58:08 +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 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. 2007-07-28 08:45:57 +00:00
lcd-2bit-horz.c Fix warnings and errors. Remove some added stuff that wasn't needed afterall. 2007-07-28 08:45:57 +00:00
lcd-2bit-vert.c Fix warnings and errors. Remove some added stuff that wasn't needed afterall. 2007-07-28 08:45:57 +00:00
lcd-16bit.c Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). 2007-07-28 08:12:05 +00:00
lcd-charcell.c Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). 2007-07-28 08:12:05 +00:00
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 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. 2007-07-28 08:45:57 +00:00
lcd-remote-2bit-vi.c Fix warnings and errors. Remove some added stuff that wasn't needed afterall. 2007-07-28 08:45:57 +00:00
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
serial.c