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.
2 parents 0ae41b1 + a4f323c commit d559ed6Copy full SHA for d559ed6
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.10, and being replaced by a native PSA-compliant implementation of SPM."
23
#endif
24
25
#endif // __UVISOR_DEPRECATION_H__
0 commit comments