rockbox/firmware/drivers
Daniel Stenberg 7ec047c3a4 The recorder's lcd_putsxy() will now output '?' instead of just skipping
unknown characters.

I think we will need a rather full ISO-8859-1 character set.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@809 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:49:39 +00:00
..
ata.c Disable USB before enabling ATA 2002-05-24 11:32:53 +00:00
ata.h Added ata_spindown() and use of ALT_STATUS instead of STATUS 2002-04-27 14:19:00 +00:00
button.c Added 'block' parameter to button_get() 2002-05-28 12:09:30 +00:00
button.h Added 'block' parameter to button_get() 2002-05-28 12:09:30 +00:00
dac.c More readable comment 2002-05-16 21:32:04 +00:00
dac.h First version 2002-05-16 21:03:57 +00:00
fat.c FAT cache now uses static memory 2002-05-29 11:56:42 +00:00
fat.h Fixed compiler warnings 2002-05-14 12:28:48 +00:00
i2c.c getack didn't clean up after a NAK 2002-05-28 15:07:45 +00:00
i2c.h Moved driver to 'drivers' subdir 2002-04-23 09:13:23 +00:00
lcd.c The recorder's lcd_putsxy() will now output '?' instead of just skipping 2002-05-30 06:49:39 +00:00
lcd.h Added lcd_double_height() 2002-05-26 20:54:52 +00:00
led.c Changing to C99 'bool' type 2002-05-13 12:29:34 +00:00
led.h Changing to C99 'bool' type 2002-05-13 12:29:34 +00:00
mas.c Changed default_read prototype 2002-05-16 21:12:57 +00:00
mas.h Changed default_read prototype 2002-05-16 21:12:57 +00:00
serial.c Moved driver to 'drivers' subdir 2002-04-23 09:13:23 +00:00
serial.h Moved driver to 'drivers' subdir 2002-04-23 09:13:23 +00:00
sh7034.h more data needed by the Recorder build 2002-05-24 08:49:55 +00:00