ci(esp_tee): Fix tee_cli_app build failure due to heap size overflow

This commit is contained in:
Laukik Hase
2026-07-28 14:53:35 +08:00
parent 52ffcbf270
commit 4c8ee351b7

View File

@@ -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