-
Notifications
You must be signed in to change notification settings - Fork 3k
FUTURE_SEQUANA: Fixed LP ticker for M0 core #10291
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
…o/offir_qspi_bus_mask_fix
i'll need to verify this later today.. but the changes look fine |
please refer to #10246 |
Fixed interrupt vector settings on M0 core. Wrong vector settings prevented LP_TICKER from working, resulting in deep sleep tests failing on M0 or PSA variant.
2f71bfb
to
f0e0e9f
Compare
CC @ARMmbed/mbed-os-maintainers Not an issue now, but it's interesting that this can happen. |
@orenc17 If you'd like to OK the PR. |
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
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.
Looks fine.. tested on my board psa tests pass now
I've ment my internal merge when cleaning up the branch for submission. I had tested those changes to work, but what l had submitted didn't. |
@lrusinowicz Not certain what has happened but commit 73f486d is empty ? Causing our release script to fail, will patch manually |
Description
Fixed interrupt vector settings on M0 core - this was likely merge error (on my side) when submitting #9678. Wrong vector settings prevented LP_TICKER from working, resulting in deep sleep tests failing.
Also regenerated PSA M0 image to fix SEQUANA PSA deep sleep tests (fixes issue #9095).
Pull request type
Reviewers
Release Notes