CONFIG_EARLY_CONSOLE¶
Send stdout at the earliest stage possible
Type: bool
Help¶
This option will enable stdout as early as possible, for debugging
purpose. For instance, in case of STDOUT_CONSOLE being set it will
initialize its driver earlier than normal, in order to get the stdout
sent through the console at the earliest stage possible.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/debug/Kconfig:184
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → Debugging Options
config EARLY_CONSOLE
    bool "Send stdout at the earliest stage possible"
    help
      This option will enable stdout as early as possible, for debugging
      purpose. For instance, in case of STDOUT_CONSOLE being set it will
      initialize its driver earlier than normal, in order to get the stdout
      sent through the console at the earliest stage possible.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)