-
CONFIG_NATIVE_POSIX_STDOUT_CONSOLE
¶
Print to the host terminal stdout
Type: bool
Help¶
Zephyr’s printk messages will be directed to the host terminal stdout.
Direct dependencies¶
NATIVE_POSIX_CONSOLE
&& CONSOLE
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NATIVE_POSIX_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:284
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config NATIVE_POSIX_STDOUT_CONSOLE bool prompt "Print to the host terminal stdout" ifNATIVE_POSIX_CONSOLE
&&CONSOLE
default "y" ifNATIVE_POSIX_CONSOLE
&&CONSOLE
depends onNATIVE_POSIX_CONSOLE
&&CONSOLE
help Zephyr's printk messages will be directed to the host terminal stdout.
(Definitions include propagated dependencies, including from if’s and menus.)