zephyr/tests/bluetooth/tester/Kconfig
alperen sener 3cab4fe0dc tests: bluetooth: tester: Make BTP CMD thread stack size kconfig
Different test layers need different stack sizes for BTP CMD thread
and also AutoPTS might need to overwrite this config based on test
case.

Increase the stack size for mesh tests.

Signed-off-by: alperen sener <alperen.sener@nordicsemi.no>
2025-02-12 16:04:48 +01:00

21 lines
407 B
Plaintext

# Config options for tester app
# Copyright (c) 2023 Codecoup
# SPDX-License-Identifier: Apache-2.0
menu "Bttester configuration"
module = BTTESTER
module-str = bttester
source "subsys/logging/Kconfig.template.log_config"
config BTTESTER_BTP_CMD_THREAD_STACK_SIZE
int "BTP CMD threads stack size."
default 2048
help
Stack size in byte used by the BTP CMD thread.
endmenu
source "Kconfig.zephyr"