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