From ba34d602faff7ffcd704db75067acfe3a0266a61 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 14 Nov 2024 05:37:17 +0100 Subject: [PATCH] tests: bt_crypto: fix kconfig for qemu_cortex_m3 Increase test and main stack sizes for the qemu_cortex_m3 platform in order to be able to successfully run the test. Signed-off-by: Valerio Setti --- tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf diff --git a/tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf b/tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf new file mode 100644 index 00000000000..36ace22354c --- /dev/null +++ b/tests/bluetooth/bt_crypto/boards/qemu_cortex_m3.conf @@ -0,0 +1,2 @@ +CONFIG_TEST_EXTRA_STACK_SIZE=1024 +CONFIG_MAIN_STACK_SIZE=2048