CONFIG_MEMFAULT_COREDUMP_STACK_SIZE_TO_COLLECT

Maximum amount of bytes to collect for task

Type: int

Help

The larger the size, the more stack frames Memfault can recover for tasks. The
default setting typically allows for 4 or more frames to be recovered.

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • 256

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:195

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:38

Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support

config MEMFAULT_COREDUMP_STACK_SIZE_TO_COLLECT
    int "Maximum amount of bytes to collect for task"
    default 256
    depends on MEMFAULT
    help
      The larger the size, the more stack frames Memfault can recover for tasks. The
      default setting typically allows for 4 or more frames to be recovered.

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