samples: Bluetooth: hci_usb: Disable USB_CDC_ACM
BlueZ btusb does not recognize hci_usb sample as Bluetooth Controller when CDC ACM is enabled in the sample. Refer to https://github.com/zephyrproject-rtos/zephyr/issues/29107 Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8eaeb73753
commit
5eb17bca21
3 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,3 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
||||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_HCI_RAW=y
|
||||
|
||||
|
@ -11,6 +5,12 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
CONFIG_USB_DEVICE_PID=0x000B
|
||||
CONFIG_USB_DEVICE_BLUETOOTH=y
|
||||
CONFIG_USB_DEVICE_BLUETOOTH_VS_H4=n
|
||||
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
||||
|
||||
# We dont want any console or CDC ACM that may cause BlueZ to not detect hci_usb
|
||||
CONFIG_SERIAL=n
|
||||
CONFIG_CONSOLE=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
|
||||
# Host number of completed commands does not follow normal flow control.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue