Merge branch 'docs/esp_tee_logo' into 'master'

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

See merge request espressif/esp-idf!37948
This commit is contained in:
Laukik Hase
2025-03-28 14:43:30 +08:00
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) 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:: .. toctree::
:maxdepth: 1 :maxdepth: 1

View File

@@ -1,5 +1,5 @@
Advanced Topics ESP-TEE: Advanced Topics
=============== ========================
.. _tee-detailed-architecture: .. _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. 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: 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: