:orphan: .. title:: CONFIG_ADC_EMUL_ACQUISITION_THREAD_STACK_SIZE .. kconfig:: CONFIG_ADC_EMUL_ACQUISITION_THREAD_STACK_SIZE CONFIG_ADC_EMUL_ACQUISITION_THREAD_STACK_SIZE ############################################# *Stack size for the ADC data acquisition thread* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for the internal data acquisition thread. Increasing size may be required when value function for emulated ADC require a lot of memory. Direct dependencies =================== \ :kconfig:`ADC_EMUL ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/adc/Kconfig.adc_emul:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:63`` Menu path: (Top) → Device Drivers → ADC drivers → ADC emulator .. code-block:: kconfig config ADC_EMUL_ACQUISITION_THREAD_STACK_SIZE int "Stack size for the ADC data acquisition thread" default 512 depends on ADC_EMUL && ADC help Size of the stack used for the internal data acquisition thread. Increasing size may be required when value function for emulated ADC require a lot of memory. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*