-
CONFIG_UART_CONSOLE_MCUMGR
¶
Enable UART console mcumgr passthrough
Type: bool
Help¶
Enables the UART console to receive mcumgr frames for image upgrade and device management. When enabled, the UART console does not process mcumgr frames, but it hands them up to a higher level module (e.g., the shell). If unset, incoming mcumgr frames are dropped.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:75
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use UART for console
config UART_CONSOLE_MCUMGR bool "Enable UART console mcumgr passthrough" depends onUART_CONSOLE
&&CONSOLE
help Enables the UART console to receive mcumgr frames for image upgrade and device management. When enabled, the UART console does not process mcumgr frames, but it hands them up to a higher level module (e.g., the shell). If unset, incoming mcumgr frames are dropped.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)