From abafd8eb22da188fb7c9868a5873863867bd122d Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 26 Feb 2020 10:37:13 +0100 Subject: [PATCH] Bluetooth: samples: hci_uart: Update main stack size nrf5 boards Update main stack size for nrf5 boards. This is to support an alternative hci_driver that has a higher stack size usage in hci driver open. Measured stack usage in this case to 808/1024. Signed-off-by: Joakim Andersson --- samples/bluetooth/hci_uart/nrf5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/hci_uart/nrf5.conf b/samples/bluetooth/hci_uart/nrf5.conf index f2c2ac51f4f..f8b88d11a76 100644 --- a/samples/bluetooth/hci_uart/nrf5.conf +++ b/samples/bluetooth/hci_uart/nrf5.conf @@ -5,7 +5,7 @@ CONFIG_GPIO=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_0_NRF_FLOW_CONTROL=y -CONFIG_MAIN_STACK_SIZE=512 +CONFIG_MAIN_STACK_SIZE=1024 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512 CONFIG_BT=y CONFIG_BT_HCI_RAW=y