Merge branch 'feature/freertos_expose_list_integrity_check_option' into 'master'

feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES

Closes IDF-8366

See merge request espressif/esp-idf!26960
This commit is contained in:
Sudeep Mohanty
2023-11-14 21:27:19 +08:00
14 changed files with 38 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
#include "freertos/task.h"
// Some resources are lazy allocated, the threshold is left for that case
#define TEST_MEMORY_LEAK_THRESHOLD (-800)
#define TEST_MEMORY_LEAK_THRESHOLD (-900)
static size_t before_free_8bit;
static size_t before_free_32bit;