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

View File

@@ -15,3 +15,7 @@ INPUT += \
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he_types.h \
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he.h \
$(PROJECT_PATH)/components/esp_tee/include/esp_tee.h \
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_sec_storage/include/esp_tee_sec_storage.h \
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_attestation/esp_tee_attestation.h \
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_ota_ops/include/esp_tee_ota_ops.h \