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' into 'master'
Fix `tee_cli_app` build failure due to heap overflow Closes IDFCI-13287 See merge request espressif/esp-idf!50864
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# NOTE: This sdkconfig is intended solely for CI build purposes - to verify ESP-TEE
|
||||
# builds across various configurations - and is not intended for production use.
|
||||
|
||||
# Reducing TEE IRAM size
|
||||
# 30KB
|
||||
CONFIG_SECURE_TEE_IRAM_SIZE=0x7800
|
||||
|
||||
# TEE Secure Storage: Release mode
|
||||
CONFIG_SECURE_TEE_SEC_STG_MODE_RELEASE=y
|
||||
CONFIG_SECURE_TEE_SEC_STG_EFUSE_HMAC_KEY_ID=5
|
||||
|
||||
Reference in New Issue
Block a user