diff --git a/docs/_static/esp_tee/esp_tee_logo.png b/docs/_static/esp_tee/esp_tee_logo.png new file mode 100644 index 0000000000..88774e41d8 Binary files /dev/null and b/docs/_static/esp_tee/esp_tee_logo.png differ diff --git a/docs/en/security/tee/index.rst b/docs/en/security/tee/index.rst index 4909541f33..ff42420042 100644 --- a/docs/en/security/tee/index.rst +++ b/docs/en/security/tee/index.rst @@ -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 diff --git a/docs/en/security/tee/tee-advanced.rst b/docs/en/security/tee/tee-advanced.rst index 20e8669654..96156a72fb 100644 --- a/docs/en/security/tee/tee-advanced.rst +++ b/docs/en/security/tee/tee-advanced.rst @@ -1,5 +1,5 @@ -Advanced Topics -=============== +ESP-TEE: Advanced Topics +======================== .. _tee-detailed-architecture: diff --git a/docs/en/security/tee/tee.rst b/docs/en/security/tee/tee.rst index bef9266346..8f3dd2582a 100644 --- a/docs/en/security/tee/tee.rst +++ b/docs/en/security/tee/tee.rst @@ -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: