drivers: hci: Update NXP HCI driver
Add updates to support MCXW71 Add support if RX data are received in ISR context Add support to set BT address using Vendor command Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
This commit is contained in:
parent
9eedb6d7c8
commit
89709ee382
4 changed files with 229 additions and 68 deletions
|
@ -256,6 +256,7 @@ config BT_DRV_RX_STACK_SIZE
|
|||
default 640 if (BT_SPI || BT_AMBIQ_HCI)
|
||||
default BT_RX_STACK_SIZE if (BT_H4 || BT_HCI_RAW_H4)
|
||||
default BT_STM32_IPM_RX_STACK_SIZE if BT_STM32_IPM
|
||||
default HCI_NXP_RX_STACK_SIZE if HCI_NXP_RX_THREAD
|
||||
default 256
|
||||
help
|
||||
Stack size for the HCI driver's RX thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue