mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-21 19:09:13 +00:00
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
CONFIG_ESP_TASK_WDT_EN=y
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
CONFIG_UNITY_ENABLE_FIXTURE=y
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
|
|
# Enable block and DMA modes for AES
|
|
CONFIG_MBEDTLS_AES_HW_SMALL_DATA_LEN_OPTIM=y
|