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>/subsys/debug/Kconfig:188

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16

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.)