-
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
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/console/Kconfig:73
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_CONSOLE_MCUMGR bool prompt "Enable UART console mcumgr passthrough" ifUART_CONSOLE
&&CONSOLE
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.
(Definitions include propagated dependencies, including from if’s and menus.)