The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_IIS2DH_THREAD_STACK_SIZE

Thread stack size

Type: int

Help

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

Direct dependencies

IIS2DH_TRIGGER_OWN_THREAD && IIS2DH_TRIGGER && IIS2DH && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At drivers/sensor/iis2dh/Kconfig:48

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:105

Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DH I2C/SPI accelerometer sensor driver

config IIS2DH_THREAD_STACK_SIZE
    int "Thread stack size"
    default 1024
    depends on IIS2DH_TRIGGER_OWN_THREAD && IIS2DH_TRIGGER && IIS2DH && SENSOR
    help
      Stack size of thread used by the driver to handle interrupts.

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