docs(esp_tee): Add the ESP-TEE logo to the user-guide

This commit is contained in:
Laukik Hase
2025-03-21 13:14:50 +05:30
parent ab7200294f
commit a5eca671c3
4 changed files with 11 additions and 4 deletions

BIN
docs/_static/esp_tee/esp_tee_logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -2,6 +2,13 @@
Trusted Execution Environment (TEE)
###################################
.. figure:: ../../../_static/esp_tee/esp_tee_logo.png
:alt: ESP-TEE Logo
:scale: 20%
:align: center
The ESP-TEE (Espressif Trusted Execution Environment) Framework
.. toctree::
:maxdepth: 1

View File

@@ -1,5 +1,5 @@
Advanced Topics
===============
ESP-TEE: Advanced Topics
========================
.. _tee-detailed-architecture:

View File

@@ -1,5 +1,5 @@
User Guide
==========
ESP-TEE: User Guide
===================
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.
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: