Skip to content

Commit 859de19

Browse files
m-alperen-senernordicjm
authored andcommitted
tests: bluetooth: tester: Increase stack size for nrf54l15
Due to MBEDTLS nrf54l15 requires more stack sizes. Signed-off-by: alperen sener <[email protected]>
1 parent b307c15 commit 859de19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
CONFIG_ZMS=y
2+
CONFIG_BT_RX_STACK_SIZE=4096
3+
CONFIG_BT_MESH_ADV_STACK_SIZE=2048

tests/bluetooth/tester/src/bttester.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
2222

2323
#include "bttester.h"
2424

25-
#define STACKSIZE 3072
25+
#define STACKSIZE 4096
2626
static K_THREAD_STACK_DEFINE(stack, STACKSIZE);
2727
static struct k_thread cmd_thread;
2828

0 commit comments

Comments
 (0)