Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Added support for settings shell in mem profiling
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
maciejbaczmanski authored and ArekBalysNordic committed Jul 26, 2024
1 parent 4fd4724 commit a16456f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -499,6 +499,9 @@ config HWINFO_SHELL
config OPENTHREAD_SHELL
default n if !CHIP_MEMORY_PROFILING

config SHELL_CMD_BUFF_SIZE
default 512 if CHIP_MEMORY_PROFILING

endif # SHELL

endif # CHIP
2 changes: 2 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ config CHIP_MEMORY_PROFILING
select NET_SHELL
select NET_BUF_POOL_USAGE
select OPENTHREAD_SHELL if !CHIP_WIFI
# Settings
select SETTINGS_SHELL
# Zephyr
select KERNEL_SHELL
help
Expand Down

0 comments on commit a16456f

Please sign in to comment.