CONFIG_SENSOR_SIM_THREAD_STACK_SIZE

Trigger thread stack size

Type: int

Help

Stack size of thread used by the driver to handle interrupts.

Direct dependencies

SENSOR_SIM_TRIGGER && SENSOR_SIM_TRIGGER && SENSOR_SIM && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <nRF>/drivers/sensor/sensor_sim/Kconfig:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:12<nRF>/drivers/sensor/Kconfig:15

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Sensor simulator trigger

config SENSOR_SIM_THREAD_STACK_SIZE
    int "Trigger thread stack size"
    default 512
    depends on SENSOR_SIM_TRIGGER && SENSOR_SIM_TRIGGER && SENSOR_SIM && SENSOR
    help
      Stack size of thread used by the driver to handle interrupts.

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