Skip to content

Commit

Permalink
Tests: Bluetooth: Fix stack overflow for tester
Browse files Browse the repository at this point in the history
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 <theo.battrel@nordicsemi.no>
  • Loading branch information
theob-pro authored and kartben committed Feb 28, 2025
1 parent bdcc352 commit 75885e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/bluetooth/tester/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_BTTESTER_LOG_LEVEL_DBG=y

CONFIG_UART_INTERRUPT_DRIVEN=y

CONFIG_BTTESTER_BTP_CMD_THREAD_STACK_SIZE=3072
1 change: 0 additions & 1 deletion tests/bluetooth/tester/overlay-mesh.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# PSA key slots; in order to make sure there is always
# enough key slots allocating 32 slots.
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32
CONFIG_BTTESTER_BTP_CMD_THREAD_STACK_SIZE=3072

CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y
Expand Down

0 comments on commit 75885e8

Please sign in to comment.