From 8612cfe402a1b4a5fc605567ade19914d695dd11 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Tue, 8 Oct 2024 22:20:25 +0530 Subject: [PATCH] [nrf noup] wifi: Fix the heap allocation warning By default nRF70 driver allocates a higher heap to handle most cases, but as Matter doesn't use much heap, enable the ignore minimum warning configuration. Signed-off-by: Chaitanya Tata --- config/nrfconnect/chip-module/Kconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig.defaults b/config/nrfconnect/chip-module/Kconfig.defaults index 98d8262798..edf3c1e707 100644 --- a/config/nrfconnect/chip-module/Kconfig.defaults +++ b/config/nrfconnect/chip-module/Kconfig.defaults @@ -56,6 +56,9 @@ config SYSTEM_WORKQUEUE_STACK_SIZE config HEAP_MEM_POOL_SIZE default 110720 if CHIP_WIFI +config HEAP_MEM_POOL_IGNORE_MIN + default y if CHIP_WIFI + config CHIP_MALLOC_SYS_HEAP_SIZE default 8192 if NET_L2_OPENTHREAD