mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 22:42:23 +02:00
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
CONFIG_ESP_INT_WDT=n
|
|
CONFIG_ESP_TASK_WDT=n
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
# Run-time checks of Heap and Stack
|
|
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
|
|
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
|
|
CONFIG_COMPILER_STACK_CHECK=y
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
|
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
|
|
|
CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL=y
|