rockbox/firmware/drivers
Jörg Hohensohn bf4460e477 no code change, I just forgot to take my template disassembly out (a big comment block)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4282 a1c6a512-1295-4272-9138-f99709370657
2004-01-27 09:38:59 +00:00
..
adc.c Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. 2004-01-20 11:57:50 +00:00
ata.c no code change, I just forgot to take my template disassembly out (a big comment block) 2004-01-27 09:38:59 +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 Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. 2004-01-26 10:14:46 +00:00
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 Craig Sather's patch #849405: 2004-01-13 14:59:51 +00:00
lcd.c Really squeezed lcd_write_data() with tricky assembler optimization. Now it does 114 fps when playing video from memory (way more than the ~75 fps needed, I need to slow down the video player), leaving headroom for audio. 2004-01-26 22:26:54 +00:00
led.c
mas.c
power.c
rtc.c
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