Skip to content

Commit 75885e8

Browse files
theob-prokartben
authored andcommitted
Tests: Bluetooth: Fix stack overflow for tester
Increase value of `CONFIG_BTTESTER_BTP_CMD_THREAD_STACK_SIZE` for nrf54L15 board to avoid stack overflow. Remove the config in the Mesh overlay as it's was also added for nrf54L15. Signed-off-by: Théo Battrel <[email protected]>
1 parent bdcc352 commit 75885e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/bluetooth/tester/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ CONFIG_LOG_DEFAULT_LEVEL=3
2222
CONFIG_BTTESTER_LOG_LEVEL_DBG=y
2323

2424
CONFIG_UART_INTERRUPT_DRIVEN=y
25+
26+
CONFIG_BTTESTER_BTP_CMD_THREAD_STACK_SIZE=3072

tests/bluetooth/tester/overlay-mesh.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# PSA key slots; in order to make sure there is always
33
# enough key slots allocating 32 slots.
44
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32
5-
CONFIG_BTTESTER_BTP_CMD_THREAD_STACK_SIZE=3072
65

76
CONFIG_BT_MESH=y
87
CONFIG_BT_MESH_RELAY=y

0 commit comments

Comments
 (0)