-
Notifications
You must be signed in to change notification settings - Fork 67
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
Rtc v2 #136
Rtc v2 #136
Conversation
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.
Thanks for your effort! Most of my comments should be pretty easy for you to fix, even though I realize many apply to code not originally written by you.
All reviews addressed. |
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.
Looks good! Just a small suggestion, I think some of these modify
s should actually be write
s now. I marked them with comments.
@David-OConnor , thank you for getting around to cleaning up and improving the code! |
LGTM. Can you add a changelog entry too? Sorry, forgot about that before. |
Done. @smedellin90 : Thanks for making this. I've been relying on it for months! |
Add support for the onboard real-time clock (RTC)
Based on #93, by @smedellin90
Has most of the review changes implemented, but is missing the unsafe justifications; I'm not sure how to do them.