Skip to content

Commit 2cba4cc

Browse files
author
Oren Cohen
committed
Edit warning about FEATURE_UVISOR being deprecated
1 parent 24cebba commit 2cba4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
#define __UVISOR_DEPRECATION_H__
1919

2020
#if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1
21-
#warning "Warning: You are using FEATURE_UVISOR, which is unsupported as of Mbed OS 5.9."
21+
#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."
2223
#endif
2324

2425
#endif // __UVISOR_DEPRECATION_H__

0 commit comments

Comments
 (0)