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>
21 lines
407 B
Plaintext
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"
|