Skip to content

Commit

Permalink
[nrf noup] wifi: Fix the heap allocation warning
Browse files Browse the repository at this point in the history
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 <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 committed Oct 11, 2024
1 parent 31d2871 commit 8612cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8612cfe

Please sign in to comment.