CONFIG_CAF_SENSOR_SAMPLER_THREAD_STACK_SIZE

Size of sensor sampler thread stack

Type: int

Help

The module samples sensors in a dedicated thread. The thread stack size must be big
enough for used sensors.

Direct dependencies

CAF_SENSOR_SAMPLER && CAF

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.sensor_sampler:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:14

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Sensor sampler module

config CAF_SENSOR_SAMPLER_THREAD_STACK_SIZE
    int "Size of sensor sampler thread stack"
    default 2048
    depends on CAF_SENSOR_SAMPLER && CAF
    help
      The module samples sensors in a dedicated thread. The thread stack size must be big
      enough for used sensors.

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