From 4c8ee351b795dc8624d4fcdaf04dbe8482c5d58b Mon Sep 17 00:00:00 2001 From: Laukik Hase Date: Tue, 28 Jul 2026 14:53:35 +0800 Subject: [PATCH] ci(esp_tee): Fix `tee_cli_app` build failure due to heap size overflow --- components/esp_tee/test_apps/tee_cli_app/sdkconfig.ci.release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_tee/test_apps/tee_cli_app/sdkconfig.ci.release b/components/esp_tee/test_apps/tee_cli_app/sdkconfig.ci.release index 896ec7f645d..b6b8fd811d3 100644 --- a/components/esp_tee/test_apps/tee_cli_app/sdkconfig.ci.release +++ b/components/esp_tee/test_apps/tee_cli_app/sdkconfig.ci.release @@ -2,8 +2,8 @@ # builds across various configurations - and is not intended for production use. # Reducing TEE IRAM size -# 30.5KB -CONFIG_SECURE_TEE_IRAM_SIZE=0x7A00 +# 31KB +CONFIG_SECURE_TEE_IRAM_SIZE=0x7C00 # TEE Secure Storage: Release mode CONFIG_SECURE_TEE_SEC_STG_MODE_RELEASE=y