CONFIG_CAF_SENSOR_MANAGER_THREAD_PRIORITY

Priority of sensor manager thread

Type: int

Help

It is recommended to use preemptive thread priority to make sure that the thread will
not block other operations in the system.

Direct dependencies

CAF_SENSOR_MANAGER && CAF

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.sensor_manager:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:50<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:17

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

config CAF_SENSOR_MANAGER_THREAD_PRIORITY
    int "Priority of sensor manager thread"
    default 2
    depends on CAF_SENSOR_MANAGER && CAF
    help
      It is recommended to use preemptive thread priority to make sure that the thread will
      not block other operations in the system.

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