.. |
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 resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled.
|
2002-08-16 14:41:47 +00:00 |
ata.h
|
Added delayed write for settings. Doesn't write until someone else accesses the disk.
|
2002-08-15 12:42:37 +00:00 |
button.c
|
Added button_get_w_tmo()
|
2002-08-07 07:22:44 +00:00 |
button.h
|
Remote control support added
|
2002-08-12 12:44:18 +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
|
fat_read() now reads multiple sectors per ATA command
|
2002-08-14 16:39:39 +00:00 |
fat.h
|
Don't save settings on disk if it has no partition table
|
2002-08-13 13:21:55 +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
|
Fall back to fixed font if loadable font is not present
|
2002-08-19 12:03:02 +00:00 |
lcd.h
|
time/date setting works now with loadable and proportional fonts
|
2002-08-15 06:36:25 +00:00 |
led.c
|
remove tabs :)
|
2002-06-24 17:03:06 +00:00 |
led.h
|
|
|
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
|
Replaced busy loop with sleep()
|
2002-08-13 20:58:03 +00:00 |
serial.h
|
Remote control support added
|
2002-08-12 12:44:18 +00:00 |
sh7034.h
|
Corrected ADC channel C registers
|
2002-06-30 20:24:12 +00:00 |