The latest development version of this page may be more current than this released 1.14.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 if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/bmi160/Kconfig:46

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:48

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

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

(Definitions include propagated dependencies, including from if’s and menus.)