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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:12

Menu path: (top menu) → Debugging Options

config EARLY_CONSOLE
    bool
    prompt "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.

(Definitions include propagated dependencies, including from if’s and menus.)