CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN

Minimal

Type: bool

Help

Only dumps the bare minimum memory content. For example, the thread struct and stack of the exception thread will be dumped.

Don’t use this unless you want absolutely minimum core dump.

Direct dependencies

<choice: Memory dump>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/debug/coredump/Kconfig:28

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

Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Memory dump

config DEBUG_COREDUMP_MEMORY_DUMP_MIN
    bool "Minimal"
    select THREAD_STACK_INFO
    depends on <choice: Memory dump>
    help
      Only dumps the bare minimum memory content.
      For example, the thread struct and stack of
      the exception thread will be dumped.

      Don't use this unless you want absolutely
      minimum core dump.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)