-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix issues found in LPC55S69 integration #9957
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
@ARMmbed/mbed-os-maintainers @maclobdell |
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.
Meets post freeze criteria, needed for PSA support. Approved.
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.
Thank you
@ARMmbed/mbed-os-maintainers can we run CI? |
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Case("Testing client close on NULL handle", client_close_null_handle), | ||
Case("Testing DROP_CONNECTION State", drop_connection), | ||
Case("Testing client psa_framework_version() API", verify_psa_framework_version), | ||
Case("Testing client psa_version() API on existing SID", psa_version_existing), | ||
Case("Testing client psa_version() API on non-existing SID", psa_version_non_existing), | ||
Case("Testing client psa_version() API to a service that is not NSPE callable", psa_version_secure_access_only), | ||
Case("Testing client multiple calls on different channels to the same SID", multi_thread_diff_handles), | ||
#if defined TARGET_MBED_SPM // TF-M issue: https://developer.trustedfirmware.org/T244 |
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.
🎉
Thank you for the link reference!
Description
Fix issues found in LPC55S69 integration
Pull request type
Reviewers
Release Notes