rockbox/firmware/drivers
2004-01-13 11:36:23 +00:00
..
adc.c Faster, simplified A/D driver. The previous batch convert in init_adc() produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users. 2004-01-13 11:36:23 +00:00
ata.c Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes. 2003-12-17 20:15:12 +00:00
button.c nicer handling of button_flip(), swap stored value, too, and avoid race condition 2004-01-01 18:33:52 +00:00
dac.c
dac.h
fat.c
fmradio.c
i2c.c
lcd-player-charset.c
lcd-player.c adjustments for Neo 2003-12-12 13:23:33 +00:00
lcd-recorder.c oops, optimized lcd_bitmap() too much, obey the clear flag 2003-12-24 12:17:26 +00:00
lcd.c Ooops! I forgot to remove my debugging changes 2003-12-15 10:31:08 +00:00
led.c
mas.c
power.c
rtc.c Fix for the occasional problem on FMR devices, when the device can't be turned off 2003-12-04 11:26:10 +00:00
serial.c Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. 2003-12-23 23:41:45 +00:00