-
Notifications
You must be signed in to change notification settings - Fork 3k
NXP: Enable MBED_TICKLESS on various NXP platforms #10796
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
@mmahadevan108, thank you for your changes. |
Test results below: |
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Please review test failures. I see in the logs few platforms that are affected here - related. |
How do I view the test failures |
There's url above: http://mbed-os-ci.s3-website-eu-west-1.amazonaws.com/?prefix=jenkins-ci/ARMmbed/mbed-os/mbed-os-ci/PR-10796/artifacts/10796/ Go to greeen-tea tests and should have FAIL folder, download logs. |
Note, the rebase needed for latest targets.json file |
Thanks @0xc0170 . I don't see the greentea tests in the link you sent. |
Correct, looks like CI did not report back. We will restart testing once this is rebased. |
Thank you @0xc0170 . I have rebased this PR |
@0xc0170 . Please help with the test results |
@ARMmbed/mbed-os-maintainers can you restart the CI please, there's nothing useful in what CI reported. |
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Enable for K22F, K64F, K66F, K82F, KL82Z, KW24D, KW41Z, MIMXRT1050, HEXIWEAR Signed-off-by: Mahesh Mahadevan <[email protected]>
Can you run the tests again. I believe all test failures should be fixed |
1. Use the updated API's provided by the SMC driver 2. Wait till debug UART has finished transmitting data Signed-off-by: Mahesh Mahadevan <[email protected]>
Update includes allocating RAM region for code to enter stop modes and execute this code in RAM, thus the flash is idle and no prefetch is performed while entering stop mode. Signed-off-by: Mahesh Mahadevan <[email protected]>
Wait till the data is flushed out of TX buffer Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
…n active Signed-off-by: Mahesh Mahadevan <[email protected]>
Do not allow entry to deep sleep mode when SPI transfer is active Signed-off-by: Mahesh Mahadevan <[email protected]>
Do not allow entry to deep sleep mode when UART transfer is active Signed-off-by: Mahesh Mahadevan <[email protected]>
0803446
to
d68d800
Compare
Anything else needed for this? |
@0xc0170 Is there anything else needed for this PR? |
Going to CI soon, all fine here. Sorry for the delay |
CI restarted |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
I looked at the test log and cannot tell why this failure occurred. |
I restarted the client test, could not find neither |
cc @mbed-os-test - looks like internal client test fault? |
restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Enable for K22F, K64F, K66F, K82F, KL82Z, KW24D, KW41Z, MIMXRT1050, HEXIWEAR
Pull request type