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 <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
ededeb2736
commit
abafd8eb22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue