-
Notifications
You must be signed in to change notification settings - Fork 3k
Edit warning about FEATURE_UVISOR being deprecated #7072
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
@@ -18,7 +18,8 @@ | |||
#define __UVISOR_DEPRECATION_H__ | |||
|
|||
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1 | |||
#warning "Warning: You are using FEATURE_UVISOR, which is unsupported as of Mbed OS 5.9." | |||
#warning "Warning: uVisor is superseded by the Secure Partition Manager (SPM) defined in the ARM Platform Security Architecture (PSA). \ | |||
uVisor is deprecated as of Mbed OS 5.9, and being replaced by a native PSA-compliant implementation of SPM." |
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.
I think this should say 5.10. uvisor is still supported on the 5.9 branch so saying it is deprecated as of 5.9 is misleading.
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.
Okay, then @ndevillard needs to reapprove the text with either 5.9 or 5.10
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.
please just comment the message that you would like and let's finish with this annoyance
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.
@ndevillard - I believe the agreement was deprecation notice in 5.9, actual deprecation in 5.10. So the notice should indicate 5.10.
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.
@orenc17 i think the 5.9 just needs to change to 5.10 and the rest is fine
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.
@adbridge Done.
/morph build |
Build : SUCCESSBuild number : 2208 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1834 |
ARM license issue. Restarting pr-head. |
Description
Edit uVisor deprecation warning.
Pull request type