-
Notifications
You must be signed in to change notification settings - Fork 3k
MCUXpresso: Add TICKLESS support for LPC platforms #11261
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
Signed-off-by: Mahesh Mahadevan <[email protected]>
@mmahadevan108, thank you for your changes. |
CI started |
We are having an internal issue in CI, will be fixed and this test restarted |
CI restarted |
@@ -1997,6 +2001,10 @@ | |||
"FLASH", | |||
"MPU" | |||
], | |||
"overrides": { | |||
"tickless-from-us-ticker": true, |
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.
That switches the deep sleep off, so the gains from tickless are not amazing.
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.
This platform does not have an LPTICKER that matches the mbed requirements. What do you suggest?
Client test is experiencing known issue, will be fixed soon |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
LPC platforms do not have LPTicker, this PR uses the us-ticker to enable TICKLESS support
Pull request type