1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/drivers
Björn Stenberg 0a488fb155 Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not supposed to. 2) create_dos_name() didn't treat spaces correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2854 a1c6a512-1295-4272-9138-f99709370657
2002-11-18 14:55:05 +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 Added extra safety checks. 2002-11-12 20:02:23 +00:00
ata.h Now exports last_disk_activity, for auto-poweroff 2002-09-23 11:39:21 +00:00
button.c Removed all traces of the repeat and release masks 2002-10-16 13:17:26 +00:00
button.h Removed all traces of the repeat and release masks 2002-10-16 13:17:26 +00:00
dac.c No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
dac.h No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
fat.c Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not supposed to. 2) create_dos_name() didn't treat spaces correctly. 2002-11-18 14:55:05 +00:00
fat.h Added longname handling to fat_remove(). 2002-11-18 11:58:43 +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-player.c The lcd_ascii-pointer is global for a while in order to be reachable from 2002-10-28 20:12:17 +00:00
lcd-recorder.c Some peak meter optimizations 2002-10-30 23:01:27 +00:00
lcd.c Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. 2002-09-23 11:17:52 +00:00
lcd.h New height for teh player simulator. The default is pixels of 4x4 in order to 2002-10-28 19:53:44 +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 Philip Pertermanns peak meter 2002-09-27 09:31:31 +00:00
power.c More sensible (but probably still not working) power off 2002-09-25 19:28:01 +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 A lot more stable remote control handling 2002-09-30 08:55:22 +00:00
serial.h A lot more stable remote control handling 2002-09-30 08:55:22 +00:00
sh7034.h Corrected ADC channel C registers 2002-06-30 20:24:12 +00:00