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

Thread stack size

Type: int

Help

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

Direct dependencies

MPU6050_TRIGGER_OWN_THREAD && MPU6050 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/mpu6050/Kconfig:86

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → MPU6050 Six-Axis Motion Tracking Device

config MPU6050_THREAD_STACK_SIZE
    int
    prompt "Thread stack size" if MPU6050_TRIGGER_OWN_THREAD && MPU6050 && SENSOR
    default 1024 if MPU6050_TRIGGER_OWN_THREAD && MPU6050 && SENSOR
    depends on MPU6050_TRIGGER_OWN_THREAD && MPU6050 && SENSOR
    help
      Stack size of thread used by the driver to handle interrupts.

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