docs(esp_tee): Added documentation for the ESP-TEE framework

- Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com>
This commit is contained in:
Laukik Hase
2024-12-04 15:00:41 +05:30
parent c931de207f
commit cb84119600
33 changed files with 1104 additions and 3 deletions
+8 -1
View File
@@ -199,6 +199,13 @@ PPA_DOCS = ['api-reference/peripherals/ppa.rst']
QEMU_DOCS = ['api-guides/tools/qemu.rst']
ESP_TEE_DOCS = ['security/tee/index.rst',
'security/tee/tee.rst',
'security/tee/tee-advanced.rst',
'security/tee/tee-attestation.rst',
'security/tee/tee-ota.rst',
'security/tee/tee-sec-storage.rst']
ESP32_DOCS = ['api-reference/system/himem.rst',
'api-guides/romconsole.rst',
'api-reference/system/ipc.rst',
@@ -242,7 +249,7 @@ ESP32C61_DOCS = ['api-guides/phy.rst']
ESP32C6_DOCS = ['api-guides/RF_calibration.rst',
'api-reference/peripherals/sd_pullup_requirements.rst',
'api-guides/phy.rst']
'api-guides/phy.rst'] + ESP_TEE_DOCS
ESP32H2_DOCS = ['api-guides/RF_calibration.rst',
'api-guides/phy.rst']