CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM

RAM defined by linker section

Type: bool

Help

Dumps the memory region between _image_ram_start[] and _image_ram_end[]. This includes at least data, noinit, and BSS sections.

This is the default.

Direct dependencies

<choice: Memory dump>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_LINKER_RAM
    bool "RAM defined by linker section"
    depends on <choice: Memory dump>
    help
      Dumps the memory region between _image_ram_start[]
      and _image_ram_end[]. This includes at least data,
      noinit, and BSS sections.

      This is the default.

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