:orphan: .. title:: CONFIG_PROFILER_NORDIC_STACK_SIZE .. kconfig:: CONFIG_PROFILER_NORDIC_STACK_SIZE CONFIG_PROFILER_NORDIC_STACK_SIZE ################################# *Stack size for thread handling host input* Type: ``int`` Direct dependencies =================== \ :kconfig:`PROFILER_NORDIC ` && \ :kconfig:`PROFILER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/subsys/profiler/Kconfig:68`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:24`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → System profiler → Nordic profiler advanced .. code-block:: kconfig config PROFILER_NORDIC_STACK_SIZE int "Stack size for thread handling host input" default 512 depends on PROFILER_NORDIC && PROFILER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*