-
CONFIG_HTS221_THREAD_STACK_SIZE
¶
Thread stack size
Type: int
Help¶
Stack size of thread used by the driver to handle interrupts.
Direct dependencies¶
HTS221_TRIGGER_OWN_THREAD
&& HTS221
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1024 if
HTS221_TRIGGER_OWN_THREAD
&&HTS221
&&SENSOR
Kconfig definition¶
At drivers/sensor/hts221/Kconfig:46
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:68
Menu path: (top menu) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor
config HTS221_THREAD_STACK_SIZE int prompt "Thread stack size" ifHTS221_TRIGGER_OWN_THREAD
&&HTS221
&&SENSOR
default 1024 ifHTS221_TRIGGER_OWN_THREAD
&&HTS221
&&SENSOR
depends onHTS221_TRIGGER_OWN_THREAD
&&HTS221
&&SENSOR
help Stack size of thread used by the driver to handle interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)