rockbox/firmware/drivers
Markus Braun e67db77d6a made lcd_invertrect() working
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1644 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 12:29:46 +00:00
..
adc.c Removed TAB chars 2002-07-01 10:55:47 +00:00
adc.h Added battery charger code for the recorder and battery voltage statistics keeping for all platforms. 2002-08-06 10:50:50 +00:00
ata.c Cleaned up the sleep options a little 2002-08-02 06:01:22 +00:00
ata.h Added ata_disk_is_active() function 2002-07-28 15:16:36 +00:00
button.c Added button_get_w_tmo() 2002-08-07 07:22:44 +00:00
button.h Added button_get_w_tmo() 2002-08-07 07:22:44 +00:00
dac.c Added left/right/deemphasis functionality of dac_volume 2002-06-27 08:28:51 +00:00
dac.h Added left/right/deemphasis functionality of dac_volume 2002-06-27 08:28:51 +00:00
fat.c fat_seek() end-of-file bug fix by Hardeep Sidhu 2002-07-24 07:19:01 +00:00
fat.h struct bpb does not have to be global 2002-05-30 19:47:56 +00:00
i2c.c Added functions for exclusive I2C access 2002-06-24 10:34:24 +00:00
i2c.h Added functions for exclusive I2C access 2002-06-24 10:34:24 +00:00
lcd.c made lcd_invertrect() working 2002-08-09 12:29:46 +00:00
lcd.h made lcd_invertrect() working 2002-08-09 12:29:46 +00:00
led.c remove tabs :) 2002-06-24 17:03:06 +00:00
led.h Changing to C99 'bool' type 2002-05-13 12:29:34 +00:00
mas.c Now uses HAVE_MASxxxxx macros instead of RECORDER 2002-07-29 09:34:44 +00:00
mas.h Automatic Volume Control for Recorder by Heikki Hannikainen 2002-07-25 15:55:22 +00:00
power.c Made battery_level() use the power history table to get an average battery level over the last 3 minutes. 2002-08-07 11:22:26 +00:00
power.h Made battery_level() use the power history table to get an average battery level over the last 3 minutes. 2002-08-07 11:22:26 +00:00
rtc.c rtc_init() takes care of both the ST and HT bits 2002-08-06 08:13:06 +00:00
rtc.h Added rtc_init() 2002-08-06 08:12:29 +00:00
serial.c Removed some warnings 2002-06-07 13:09:44 +00:00
serial.h Moved driver to 'drivers' subdir 2002-04-23 09:13:23 +00:00
sh7034.h Corrected ADC channel C registers 2002-06-30 20:24:12 +00:00