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:
Yassine El Aissaoui 2024-09-24 15:03:40 +02:00 committed by Carles Cufí
commit 89709ee382
4 changed files with 229 additions and 68 deletions

View file

@ -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.