Files
esp-idf/components/heap/test_apps/heap_tests/sdkconfig.ci.no_poisoning

7 lines
286 B
Plaintext
Raw Normal View History

2022-09-20 11:17:15 +02:00
CONFIG_HEAP_POISONING_DISABLED=y
CONFIG_HEAP_POISONING_LIGHT=n
CONFIG_HEAP_POISONING_COMPREHENSIVE=n
CONFIG_HEAP_TASK_TRACKING=y # to make sure the config doesn't induce unexpected behavior
CONFIG_HEAP_TRACK_DELETED_TASKS=y # to make sure the config doesn't induce unexpected behavior