-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add RTC to firmware #318
Add RTC to firmware #318
Conversation
54c3bd4
to
3d1fe61
Compare
@jakkra we have to modify the RTC patch and replace
with
What´s the best way to do it? Can I simply copy+paste this code into the patch? |
Idk, try it, see if patch applies correctly otherwise can regenerate the patch |
d1c2032
to
34e09c7
Compare
34e09c7
to
5a70a18
Compare
@jakkra I´ve updated the RTC patch to the latest version from Zephyr to handle the issue with the alarms. |
5a70a18
to
a6e3281
Compare
OK great, will test it. Should everything work if I rebase on this branch or do I need to do something more? |
I´ve tested it before the new patch and time and update are working. The changes are related to alarms which wasn´t tested by me but I don´t expect any issues. |
bdb74c3
to
3d7d1f8
Compare
3d7d1f8
to
bf16202
Compare
82951a0
to
6686a8e
Compare
6686a8e
to
0a4c2ac
Compare
- Add RTC support
0a4c2ac
to
212dc54
Compare
… when not using RTC.
56dc855
to
0f08fc2
Compare
It complicates the code and really doesn't add a anything.
0f08fc2
to
2205f3a
Compare
Closes #309