Skip to content

Commit 9d0b124

Browse files
valeriosettikartben
authored andcommitted
test: Bluetooth: crypto: increase stack size for all the boards
Bring the change that was already in place for the qemu_cortex_m3 board to all the other ones, since also nrf52840 had a similar problem (see issue #82812). Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent 627d2f9 commit 9d0b124

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/bluetooth/bt_crypto/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ CONFIG_ZTEST=y
44
CONFIG_BT=y
55
CONFIG_BT_LL_SW_SPLIT=n
66
CONFIG_BT_H4=n
7+
8+
CONFIG_TEST_EXTRA_STACK_SIZE=1024
9+
CONFIG_MAIN_STACK_SIZE=2048

0 commit comments

Comments
 (0)