Merge pull request #7072 from kfnta/edit_uvisor_depr

Edit warning about FEATURE_UVISOR being deprecated
pull/6969/merge
Cruz Monrreal 2018-06-04 10:41:29 -05:00 committed by GitHub
commit d559ed6d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.10, and being replaced by a native PSA-compliant implementation of SPM."
#endif
#endif // __UVISOR_DEPRECATION_H__