From ac7606ee702678739c6a4fe2d25a26378fa3be0f Mon Sep 17 00:00:00 2001 From: Gordon Klaus Date: Fri, 28 Feb 2025 12:27:22 +0100 Subject: [PATCH] [nrf noup] samples: bluetooth: hci_ipc: increase main stack size for Cracen driver on nRF54H20 A larger stack is needed to accomodate the Cracen driver. Signed-off-by: Gordon Klaus --- .../bluetooth/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/bluetooth/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.conf diff --git a/samples/bluetooth/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/bluetooth/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.conf new file mode 100644 index 000000000000..296e68366389 --- /dev/null +++ b/samples/bluetooth/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -0,0 +1,2 @@ +# Increase stack size for Cracen driver. +CONFIG_MAIN_STACK_SIZE=1024