-
Notifications
You must be signed in to change notification settings - Fork 3k
MIMXRT1050: Update for deep sleep latency #12364
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
MIMXRT1050: Update for deep sleep latency #12364
Conversation
@mmahadevan108, thank you for your changes. |
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.
Why these lines are not removed (it is now dead code) ? I would rather remove it. It's stored in the history so can be found and reverted or changed.
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.
Why are you introducing a dead code? If for some use cases we expect users to want to "revert" this maybe worth introducing a named macro?
1. Do not disable and enable osillators during deep sleep entry and exit 2. Increase the deep sleep to pass tests Signed-off-by: Mahesh Mahadevan <[email protected]>
5f2399a
to
8b46e91
Compare
Deleted the unused lines. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Requested by Tuomo for consideration for LTS branch. |
This went to a feature branch so assuming this will not go to 5.15 proper. |
Summary of changes
entry and exit
Impact of changes
NONE
Migration actions required
NONE
Documentation
NONE
Pull request type
Test results
Reviewers
@maclobdell