:orphan: .. title:: CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM .. kconfig:: CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ############################################ *RAM defined by linker section* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/debug/coredump/Kconfig:48`` 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_LINKER_RAM bool "RAM defined by linker section" depends on 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.)*