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
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/debug/coredump/Kconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:17
→ <Zephyr>/subsys/debug/Kconfig:340
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>
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.)