CONFIG_ADC_MCP320X_ACQUISITION_THREAD_STACK_SIZE
Stack size for the ADC data acquisition thread
Type: int
Help
Size of the stack used for the internal data acquisition
thread.
Direct dependencies
ADC_MCP320X
&& ADC
(Includes any dependencies from ifs and menus.)
Default
512
Kconfig definition
At <Driver>/adc/Kconfig.mcp320x:17
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:50
→ <Driver>/adc/Kconfig:63
Menu path: (Top) → Device Drivers → ADC drivers → MCP3204/MCP3208 driver
config ADC_MCP320X_ACQUISITION_THREAD_STACK_SIZE
int "Stack size for the ADC data acquisition thread"
default 512
depends on ADC_MCP320X && ADC
help
Size of the stack used for the internal data acquisition
thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)