-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support qzss time scale #228
Conversation
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 4.0.0-dev #228 +/- ##
=============================================
+ Coverage 80.46% 81.09% +0.63%
=============================================
Files 16 16
Lines 3731 3783 +52
=============================================
+ Hits 3002 3068 +66
+ Misses 729 715 -14
☔ View full report in Codecov by Sentry. |
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Woohoo ! Great, thanks, I plan to pick up hifitime this week so I'll have a look soon. I changed the merge branch to |
Hello Chris, |
e85c7b9
to
15b3849
Compare
I forgot to increment a loop in a testbench somewhere. But that triggers [Edit] |
d0bb02c
to
f97f2bc
Compare
Signed-off-by: Guillaume W. Bres <[email protected]>
@@ -64,6 +64,7 @@ pub const UNIX_REF_EPOCH: Epoch = Epoch::from_tai_duration(Duration { | |||
}); | |||
|
|||
/// Enum of the different time systems available | |||
#[non_exhaustive] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! #210 (comment)
Introduces QZSS time scale, which is straight forward in the sense it behaves like GPST strictly, but comes from a set of dedicated clocks.
Partial answer to issue #210