| .. |
|
adc.c
|
Removed TAB chars
|
2002-07-01 10:55:47 +00:00 |
|
adc.h
|
Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.
|
2003-01-16 15:11:29 +00:00 |
|
ata.c
|
Bug fix: Don't cut the power during spinup...
|
2002-12-06 15:17:30 +00:00 |
|
ata.h
|
Added disk spinup clocking
|
2002-12-04 14:58:48 +00:00 |
|
button.c
|
Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.
|
2003-01-16 15:11:29 +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
|
Added table for converting unicode page 1 and 2 into ISO 8859-2
|
2003-01-17 10:08:48 +00:00 |
|
fat.h
|
Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free to run it. Takes ~30 sec on my 40GB Toshiba.
|
2002-12-09 15:39:32 +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-charset.c
|
First official version.
|
2003-01-10 09:58:44 +00:00 |
|
lcd-player-charset.h
|
First official version.
|
2003-01-10 09:58:44 +00:00 |
|
lcd-player.c
|
Stop scrolling text when lcd_clear_display() has been called.
|
2003-01-14 13:51:09 +00:00 |
|
lcd-recorder.c
|
reverted kjer's lcd_clear_display() change that stops the scroll
|
2003-01-14 17:57:39 +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
|
Bidirectional scroll ala recorder.
|
2003-01-14 10:45:57 +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
|
Removed a potential I2C deadlock
|
2002-11-24 11:47:24 +00:00 |
|
mas.h
|
Use the correct defines to #ifdef on, so that the FM version builds fine too
|
2003-01-16 14:38:39 +00:00 |
|
power.c
|
Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.
|
2003-01-16 15:11:29 +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
|
Added rtc_read_multiple()
|
2002-11-20 00:00:56 +00:00 |
|
rtc.h
|
Added rtc_read_multiple()
|
2002-11-20 00:00:56 +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 |