:orphan: .. title:: CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN .. kconfig:: CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN ##################################### *Minimal* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`THREAD_STACK_INFO ` Kconfig definition ================== At ``/debug/coredump/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` → ``/debug/Kconfig:340`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Memory dump .. code-block:: kconfig config DEBUG_COREDUMP_MEMORY_DUMP_MIN bool "Minimal" select THREAD_STACK_INFO depends on 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.)*