Skip to content

Commit a5eca67

Browse files
committed
docs(esp_tee): Add the ESP-TEE logo to the user-guide
1 parent ab72002 commit a5eca67

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed
19.5 KB
Loading

docs/en/security/tee/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Trusted Execution Environment (TEE)
33
###################################
44

5+
.. figure:: ../../../_static/esp_tee/esp_tee_logo.png
6+
:alt: ESP-TEE Logo
7+
:scale: 20%
8+
:align: center
9+
10+
The ESP-TEE (Espressif Trusted Execution Environment) Framework
11+
512
.. toctree::
613
:maxdepth: 1
714

docs/en/security/tee/tee-advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Advanced Topics
2-
===============
1+
ESP-TEE: Advanced Topics
2+
========================
33

44
.. _tee-detailed-architecture:
55

docs/en/security/tee/tee.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
User Guide
2-
==========
1+
ESP-TEE: User Guide
2+
===================
33

44
The ESP-TEE (Espressif Trusted Execution Environment) is a security framework built on top of dedicated hardware that ensures only authorized parties or applications can access protected information or services.
55
When enabled, ESP-TEE runs in parallel with a FreeRTOS-based ESP-IDF application. In this case, the execution environment is split into the following:

0 commit comments

Comments
 (0)