mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
12 lines
366 B
Plaintext
12 lines
366 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
|