Skip to content

Commit a16456f

Browse files
maciejbaczmanskiArekBalysNordic
authored andcommitted
[nrf toup][nrfconnect] Added support for settings shell in mem profiling
Enabled settings shell configuration and increased shell command buffer size when `CHIP_MEMORY_PROFILING` is enabled to allow reading and writing settings using shell. Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
1 parent 4fd4724 commit a16456f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+3
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,9 @@ config HWINFO_SHELL
499499
config OPENTHREAD_SHELL
500500
default n if !CHIP_MEMORY_PROFILING
501501

502+
config SHELL_CMD_BUFF_SIZE
503+
default 512 if CHIP_MEMORY_PROFILING
504+
502505
endif # SHELL
503506

504507
endif # CHIP

config/nrfconnect/chip-module/Kconfig.features

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ config CHIP_MEMORY_PROFILING
8686
select NET_SHELL
8787
select NET_BUF_POOL_USAGE
8888
select OPENTHREAD_SHELL if !CHIP_WIFI
89+
# Settings
90+
select SETTINGS_SHELL
8991
# Zephyr
9092
select KERNEL_SHELL
9193
help

0 commit comments

Comments
 (0)