Skip to content

Commit d559ed6

Browse files
author
Cruz Monrreal
authored
Merge pull request #7072 from kfnta/edit_uvisor_depr
Edit warning about FEATURE_UVISOR being deprecated
2 parents 0ae41b1 + a4f323c commit d559ed6

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

2425
#endif // __UVISOR_DEPRECATION_H__

0 commit comments

Comments
 (0)