From 4ca334d3a733e443f74c5d67ce385d74b64ef2af Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 6 Jan 2026 00:04:34 +0530 Subject: [PATCH] fix(docs): Fix docs after esp_hal_security update --- components/esp_hal_security/test_apps/tee/README.md | 4 ++-- docs/en/security/flash-encryption.rst | 2 +- docs/zh_CN/security/flash-encryption.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/esp_hal_security/test_apps/tee/README.md b/components/esp_hal_security/test_apps/tee/README.md index 262aed3209..018cd170c1 100644 --- a/components/esp_hal_security/test_apps/tee/README.md +++ b/components/esp_hal_security/test_apps/tee/README.md @@ -85,7 +85,7 @@ Defined based on GDMA version: - `SOC_AHB_GDMA_VERSION == 1` → `GPSPI` - `SOC_AHB_GDMA_VERSION == 2` → `26` (e.g., `GDMA_DUMMY10`) -Refer to `hal/apm_types.h` or the SoC TRM. +Refer to `esp_hal_security/apm_types.h` or the SoC TRM. ### 2. APM Controller and Path Definitions @@ -159,4 +159,4 @@ idf.py flash monitor pytest --target ``` ---- \ No newline at end of file +--- diff --git a/docs/en/security/flash-encryption.rst b/docs/en/security/flash-encryption.rst index d8615fac94..030bfef78b 100644 --- a/docs/en/security/flash-encryption.rst +++ b/docs/en/security/flash-encryption.rst @@ -1157,7 +1157,7 @@ The following sections provide some reference information about the operation of * - High - 18 % - .. [#] The above performance numbers have been calculated using the XTS-AES test of the HAL crypto test app :component_file:`test_xts_aes.c `. + .. [#] The above performance numbers have been calculated using the XTS-AES test of the HAL crypto test app :component_file:`test_xts_aes.c `. You can configure the strength of the pseudo rounds functions according to your use cases. For example, increasing the strength would provide higher security but would slow down the flash encryption/decryption operations. diff --git a/docs/zh_CN/security/flash-encryption.rst b/docs/zh_CN/security/flash-encryption.rst index 201405e3b5..14cafd3dd6 100644 --- a/docs/zh_CN/security/flash-encryption.rst +++ b/docs/zh_CN/security/flash-encryption.rst @@ -1157,7 +1157,7 @@ JTAG 调试 * - 高 - 18 % - .. [#] 上述性能数据由 HAL 加密测试应用中的 XTS-AES 测试程序 :component_file:`test_xts_aes.c ` 计算得出。 + .. [#] 上述性能数据由 HAL 加密测试应用中的 XTS-AES 测试程序 :component_file:`test_xts_aes.c ` 计算得出。 可以根据实际用例需求配置伪轮次功能的强度。例如,提高强度以提供更高的安全性,同时减慢 flash 加解密操作的速度。