mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user