We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cebba commit 2cba4ccCopy full SHA for 2cba4cc
features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h
@@ -18,7 +18,8 @@
18
#define __UVISOR_DEPRECATION_H__
19
20
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1
21
-#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). \
22
+ uVisor is deprecated as of Mbed OS 5.9, and being replaced by a native PSA-compliant implementation of SPM."
23
#endif
24
25
#endif // __UVISOR_DEPRECATION_H__
0 commit comments