4aafa4d11b
- Rename `tee_test_fw` app configs for better CI tracking - Decrease the lower bound of TEE I/DRAM config options - Trim the TEE test-apps build - Improve the TEE/REE OTA pytest script with additional checks - Fix build issues when `tee_sec_storage`/`tee_ota_ops` are a a part of the project build but ESP-TEE is disabled
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
# Test-app related
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
|
|
|
|
# Enabling TEE
|
|
CONFIG_SECURE_ENABLE_TEE=y
|
|
CONFIG_SECURE_TEE_DEBUG_MODE=y
|
|
CONFIG_SECURE_TEE_TEST_MODE=y
|
|
|
|
# Setting partition table
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_TEE=y
|
|
CONFIG_PARTITION_TABLE_OFFSET=0xF000
|
|
|
|
# TEE IRAM size
|
|
CONFIG_SECURE_TEE_IRAM_SIZE=0x8400
|