:orphan: .. title:: CONFIG_MCUMGR_SMP_UART_MTU .. kconfig:: CONFIG_MCUMGR_SMP_UART_MTU CONFIG_MCUMGR_SMP_UART_MTU ########################## *UART SMP MTU* Type: ``int`` Help ==== .. code-block:: none 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 Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_UART ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:485`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UART mcumgr SMP transport .. code-block:: kconfig config MCUMGR_SMP_UART_MTU int "UART SMP MTU" default 256 depends on MCUMGR_SMP_UART && MCUMGR 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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*