Files
esp-idf/components/heap/test_apps/heap_tests/sdkconfig.defaults

8 lines
263 B
Plaintext
Raw Normal View History

CONFIG_COMPILER_DUMP_RTL_FILES=y
2022-09-19 11:46:55 +02:00
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
CONFIG_ESP_SYSTEM_MEMPROT=n # for c2 and c6 this config must be disabled for certain tests
CONFIG_COMPILER_STACK_CHECK_MODE_ALL=y
CONFIG_COMPILER_STACK_CHECK=y
CONFIG_FREERTOS_IN_IRAM=y