File tree 2 files changed +8
-3
lines changed
config/nrfconnect/chip-module
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ config SHELL_STACK_SIZE
465
465
default 2616 if CHIP_WIFI
466
466
467
467
config SHELL_MINIMAL
468
- default y
468
+ default y if !CHIP_MEMORY_PROFILING
469
469
470
470
config KERNEL_SHELL
471
471
default n
Original file line number Diff line number Diff line change @@ -75,15 +75,20 @@ endif # CHIP_SPI_NOR
75
75
76
76
config CHIP_MEMORY_PROFILING
77
77
bool "Enable features for tracking memory usage"
78
+ # Matter stack
78
79
select CHIP_STATISTICS
80
+ # Heap
79
81
select CHIP_MALLOC_SYS_HEAP_WATERMARKS_SUPPORT if CHIP_MALLOC_SYS_HEAP
82
+ select SYS_HEAP_RUNTIME_STATS if CHIP_MALLOC_SYS_HEAP
83
+ # Crypto
80
84
select MBEDTLS_MEMORY_DEBUG if !CHIP_CRYPTO_PSA
81
- select SYS_HEAP_RUNTIME_STATS if CHIP_MALLOC_SYS_HEAP
82
- select KERNEL_SHELL
85
+ # Network
83
86
select NET_STATISTICS
84
87
select NET_SHELL
85
88
select NET_BUF_POOL_USAGE
86
89
select OPENTHREAD_SHELL if !CHIP_WIFI
90
+ # Zephyr
91
+ select KERNEL_SHELL
87
92
help
88
93
Enables features for tracking memory usage in Matter.
89
94
You can’t perform that action at this time.
0 commit comments