mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-27 12:41:41 +01:00
20 lines
549 B
Plaintext
20 lines
549 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
|
|
|
|
# since mqtt-cxx uses exceptions
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
|
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
|
|
|
CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL=y
|