Merge branch 'ci/fix_esp_tee_cli_app_build_v6.0' into 'release/v6.0'

ci(esp_tee): Fix `tee_cli_app` build failure due to heap size overflow (v6.0)

See merge request espressif/esp-idf!50614
This commit is contained in:
Jiang Jiang Jian
2026-07-29 17:06:04 +08:00

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