File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
config/nrfconnect/chip-module Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,12 @@ if CHIP
25
25
# ==============================================================================
26
26
27
27
choice LIBC_IMPLEMENTATION
28
- default NEWLIB_LIBC
28
+ default PICOLIBC
29
+ endchoice
30
+
31
+ choice POSIX_SYSCONF_IMPL_CHOICE
32
+ default POSIX_SYSCONF_IMPL_MACRO if PICOLIBC
33
+
29
34
endchoice
30
35
31
36
config ASSERT
@@ -57,6 +62,7 @@ if CHIP_WIFI
57
62
58
63
config HEAP_MEM_POOL_SIZE
59
64
default 48336 if BUILD_WITH_TFM
65
+ default 43008 if CHIP_WIFI
60
66
default 40144
61
67
62
68
config NRF_WIFI_DATA_HEAP_SIZE
@@ -70,6 +76,7 @@ config HEAP_MEM_POOL_IGNORE_MIN
70
76
71
77
config CHIP_MALLOC_SYS_HEAP_SIZE
72
78
default 10240 if SOC_SERIES_NRF54LX # nRF54L requires more memory due to crypto backend
79
+ default 14336 if CHIP_WIFI
73
80
default 8192 if OPENTHREAD
74
81
75
82
config MPSL_WORK_STACK_SIZE
You can’t perform that action at this time.
0 commit comments