mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
# Custom partition table
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_tee_ota.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_tee_ota.csv"
|
|
|
|
# Increasing Bootloader log verbosity
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG=y
|
|
|
|
# secure storage key slot for attestation
|
|
CONFIG_SECURE_TEE_ATT_KEY_SLOT_ID=14
|
|
|
|
# Enabling flash protection over SPI1
|
|
CONFIG_SECURE_TEE_EXT_FLASH_MEMPROT_SPI1=y
|