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

Own thread stack size

Type: int

Help

The thread stack size.

Direct dependencies

BMI160_TRIGGER_OWN_THREAD && BMI160 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At drivers/sensor/bmi160/Kconfig:43

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:67

Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit

config BMI160_THREAD_STACK_SIZE
    int "Own thread stack size"
    default 1024
    depends on BMI160_TRIGGER_OWN_THREAD && BMI160 && SENSOR
    help
      The thread stack size.

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