-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[Backport v3.7-branch] minutes alarm fix and EEPROM waiting adjustment in rtc rv3028 driver #77474
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
Conversation
Use correct value for Minutes Alarm register when disabling this alarm. Signed-off-by: Jakub Topic <[email protected]> (cherry picked from commit c7fe2eb)
Removes calling k_busy_wait() and uses k_msleep(). Updates polling rate of EEPROM busy status after read request to 1 ms, as recommended by the app note. Signed-off-by: Jakub Topic <[email protected]> (cherry picked from commit 220d530)
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
it seems this branch has conflicts, not sure what they are though |
|
@jakubtopic Please rebase on |
|
@jakubtopic please remeber to rebase the PR. GitHub is reporting that it conflicts. |
|
@jakubtopic ping - can you please rebase? Thanks! |
|
@jakubtopic please note that a rebase is needed |
|
Please rebase on and resolve any merge conflicts. |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Backport #77209 to v3.7 branch
Fixes #77177