FS#1031 - autopreset of time and date after power-loss
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Thursday, 06 March 2003, 23:50 GMT
Last edited by Daniel Stenberg (bagder) - Friday, 07 March 2003, 07:37 GMT
Opened by Anonymous Submitter - Thursday, 06 March 2003, 23:50 GMT
Last edited by Daniel Stenberg (bagder) - Friday, 07 March 2003, 07:37 GMT
|
DetailsThis patch is to replace #696904 which was only a first
strike. With this patch, time/date-values are stored in the config_block from [0xa1] to [0xa7], which is saved on the disk. After a power-loss, the values are read from the config_block and written to the RTC, so there is immediately a defined status of the clock. If the config_block is invalid, the time is generated from the APPSVERSION-string, which is build at compile-time. So: If you just change the batteries, the last time on disk will be set, if you change the CONFIG_VERSION, the time you compiled your ajbrec.ajz will be set. ToBeDone: DayLightSaving (DST) It would be nice to have one key to change between summer/wintertime. My idea: in "General Settings - System - Time/Date" push PLAY to toggle between summertime/wintertime (the hour-value will be set also). All I need is a place to store the value of "DST". Why not using a free bit in the RTC-Config_Block? ...stay in touch... |
This task depends upon
Closed by Daniel Stenberg (bagder)
Friday, 07 March 2003, 07:37 GMT
Reason for closing: Invalid
Additional comments about closing: Logged In: YES
user_id=1110
The patch #699086 replaces this.
Friday, 07 March 2003, 07:37 GMT
Reason for closing: Invalid
Additional comments about closing: Logged In: YES
user_id=1110
The patch #699086 replaces this.
The patch #699086 replaces this.