From 64bfdf56bb183c51a93017b97cf85a54c802e8a0 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 11 May 2017 10:55:40 +1000 Subject: [PATCH] Unit tests: enable comprehensive heap poisoning checks --- tools/unit-test-app/sdkconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/unit-test-app/sdkconfig b/tools/unit-test-app/sdkconfig index d95e91b0e5..30471ec1f8 100644 --- a/tools/unit-test-app/sdkconfig +++ b/tools/unit-test-app/sdkconfig @@ -269,6 +269,13 @@ CONFIG_TIMER_TASK_STACK_DEPTH=2048 CONFIG_TIMER_QUEUE_LENGTH=10 # CONFIG_FREERTOS_DEBUG_INTERNALS is not set +# +# Heap memory debugging +# +# CONFIG_HEAP_POISONING_DISABLED is not set +# CONFIG_HEAP_POISONING_LIGHT is not set +CONFIG_HEAP_POISONING_COMPREHENSIVE=y + # # Log output #