-
CONFIG_MCUMGR_SMP_SHELL_MTU
¶
Shell SMP MTU
Type: int
Help¶
Maximum size of SMP frames sent and received over shell. This value must satisfy the following relation: MCUMGR_SMP_SHELL_MTU <= MCUMGR_BUF_SIZE + 2
Defaults¶
- 256 if
MCUMGR_SMP_SHELL
Kconfig definition¶
At subsys/mgmt/Kconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:22
Menu path: (top menu) → Management
config MCUMGR_SMP_SHELL_MTU int prompt "Shell SMP MTU" ifMCUMGR_SMP_SHELL
default 256 ifMCUMGR_SMP_SHELL
depends onMCUMGR_SMP_SHELL
help Maximum size of SMP frames sent and received over shell. This value must satisfy the following relation: MCUMGR_SMP_SHELL_MTU <= MCUMGR_BUF_SIZE + 2
(Definitions include propagated dependencies, including from if’s and menus.)