-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[Backport v4.0-branch] drivers: serial: nrfx_uarte: Fix device runtime PM in the interrupt driven API #84583
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
TX part of interrupt driven API was not calling PM device runtime API. Additionally, when txstopped occurred after poll out it was not handled correctly. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 13ed9e4)
Add configuration that uses device runtime PM. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit eae3891)
|
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. |
|
@dcpleung change looks fine, it's missing an issue though to pass the CI. Can you put one together? |
|
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. |
|
Zephyr 4.0 branch is EOL |
|
Zephyr 4.0 branch is EOL |
|



Backport eae3891~2..eae3891 from #81533.