-
CONFIG_STDOUT_CONSOLE
¶
Send stdout to console
Type: bool
Help¶
This option directs standard output (e.g. printf) to the console device, rather than suppressing it entirely. See also EARLY_CONSOLE option.
Direct dependencies¶
CONSOLE_HAS_DRIVER
&& !NATIVE_APPLICATION
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At lib/libc/Kconfig:47
Included via Kconfig:10
→ Kconfig.zephyr:33
→ lib/Kconfig:7
Menu path: (top menu) → C Library
config STDOUT_CONSOLE bool prompt "Send stdout to console" ifCONSOLE_HAS_DRIVER
&& !NATIVE_APPLICATION
defaultNEWLIB_LIBC
ifCONSOLE_HAS_DRIVER
&& !NATIVE_APPLICATION
depends onCONSOLE_HAS_DRIVER
&& !NATIVE_APPLICATION
help This option directs standard output (e.g. printf) to the console device, rather than suppressing it entirely. See also EARLY_CONSOLE option.
(Definitions include propagated dependencies, including from if’s and menus.)