Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

History

Corrected haveFullTime in sync time PPS default tip

2020-07-27, by andrewboyson [Mon, 27 Jul 2020 10:30:10 +0000] rev 76

Corrected haveFullTime in sync time PPS


Removed bug whereby a difference of over 0.5 second prevented the governor from aligning the clock

2020-04-14, by andrewboyson [Tue, 14 Apr 2020 16:09:53 +0000] rev 75

Removed bug whereby a difference of over 0.5 second prevented the governor from aligning the clock


Added 'CLK' in front of log messages. Gave some internal functions better names.

2020-04-08, by andrewboyson [Wed, 08 Apr 2020 18:24:23 +0000] rev 74

Added 'CLK' in front of log messages. Gave some internal functions better names.


Added a method to allow the UTC offset to be changed with a corresponding adjustment to TAI so that the resulting UTC time was not changed. This was used in the clock web page.

2020-02-27, by andrewboyson [Thu, 27 Feb 2020 13:02:18 +0000] rev 73

Added a method to allow the UTC offset to be changed with a corresponding adjustment to TAI so that the resulting UTC time was not changed. This was used in the clock web page.


Prevent clock from being set if only PPS is coming through; clock sets once PPS+NMEA or NTP is used.

2020-02-27, by andrewboyson [Thu, 27 Feb 2020 08:23:47 +0000] rev 72

Prevent clock from being set if only PPS is coming through; clock sets once PPS+NMEA or NTP is used.


Added initialisation for the case where the RTC has lost power

2020-02-26, by andrewboyson [Wed, 26 Feb 2020 10:57:20 +0000] rev 71

Added initialisation for the case where the RTC has lost power


Minor tweaks to allow a pps signal with the time (in utc seconds)

2019-10-21, by andrewboyson [Mon, 21 Oct 2019 14:32:27 +0000] rev 70

Minor tweaks to allow a pps signal with the time (in utc seconds)


Changed clkgovsync routines to accept an offset time in seconds rather than an absolute time.

2019-10-18, by andrewboyson [Fri, 18 Oct 2019 12:33:56 +0000] rev 69

Changed clkgovsync routines to accept an offset time in seconds rather than an absolute time.


Include arm_compat.h to allow the use of the __[en/dis]able_irq intrinsics.

2019-10-07, by andrewboyson [Mon, 07 Oct 2019 07:19:18 +0000] rev 68

Include arm_compat.h to allow the use of the __[en/dis]able_irq intrinsics.


Changed __disable_irq and __enable_irq to equivalent in line asm

2019-09-27, by andrewboyson [Fri, 27 Sep 2019 11:29:57 +0000] rev 67

Changed __disable_irq and __enable_irq to equivalent in line asm