Skip to content

Commit cf283cb

Browse files
committed
[nrfconnect] Reconfigure memory pool sizes
With introduction of dedicated memory pools for nRF70 Wi-Fi driver, redistribute current heap size among the driver heap and kernel heap. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
1 parent d360f55 commit cf283cb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+10-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,17 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
5353
default 2560 if CHIP_WIFI
5454
default 2048 if CHIP_ICD_LIT_SUPPORT
5555

56+
if CHIP_WIFI
57+
5658
config HEAP_MEM_POOL_SIZE
57-
default 110720 if CHIP_WIFI
59+
default 48336 if BUILD_WITH_TFM
60+
default 40144
61+
62+
config NRF_WIFI_DATA_HEAP_SIZE
63+
default 50576 if BUILD_WITH_TFM
64+
default 42384
65+
66+
endif # CHIP_WIFI
5867

5968
config HEAP_MEM_POOL_IGNORE_MIN
6069
default y if CHIP_WIFI

0 commit comments

Comments
 (0)