From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Core/html/using_TrustZone_pg.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Core/html/using_TrustZone_pg.html') diff --git a/docs/Core/html/using_TrustZone_pg.html b/docs/Core/html/using_TrustZone_pg.html index 1604bbb..8c2ce99 100644 --- a/docs/Core/html/using_TrustZone_pg.html +++ b/docs/Core/html/using_TrustZone_pg.html @@ -32,7 +32,7 @@ Logo
CMSIS-Core (Cortex-M) -  Version 5.1.2 +  Version 5.3.0
CMSIS-Core support for Cortex-M processor-based devices
@@ -197,14 +197,14 @@ RTOS Thread Context Management
RTOS Thread Context Management for Armv8-M TrustZone

To allocate the context memory for threads, an RTOS kernel that runs in non-secure state calls the interface functions defined by the header file TZ_context.h. The TZ_context functions itself are part of the secure state application. An minimum implementation is provided as part of RTOS2 and should handle the secure stack for the thread execution. However it is also possible to implement the context memory management system with additional features such as access control to secure state memory regions using an MPU.

-

The API functions of TZ_context are described in the chapter Reference under TrustZone for Armv8-M - RTOS Context Management.

+

The API functions of TZ_context are described in the chapter Reference under TrustZone for Armv8-M/v8.1-M - RTOS Context Management.

Refer to Program Examples for RTOS examples that provide a template implementation for TZ_context.c.