This is an automated email from the ASF dual-hosted git repository.
linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new db26ef1bd24 drivers/usbhost: Aligned Cmake with Make
db26ef1bd24 is described below
commit db26ef1bd24eed40d94b416e5c1821418dcd79bb
Author: simbit18 <[email protected]>
AuthorDate: Thu Oct 9 19:03:47 2025 +0200
drivers/usbhost: Aligned Cmake with Make
Add:
- Bluetooth HCI Driver #11552
Signed-off-by: simbit18 <[email protected]>
---
drivers/usbhost/CMakeLists.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/usbhost/CMakeLists.txt b/drivers/usbhost/CMakeLists.txt
index daf3ddd30b8..c68840a4545 100644
--- a/drivers/usbhost/CMakeLists.txt
+++ b/drivers/usbhost/CMakeLists.txt
@@ -75,6 +75,10 @@ if(CONFIG_USBHOST)
list(APPEND SRCS usbhost_ft232r.c)
endif()
+ if(CONFIG_USBHOST_BTHCI)
+ list(APPEND SRCS usbhost_bthci.c)
+ endif()
+
if(CONFIG_USBHOST_XHCI_PCI)
list(APPEND SRCS usbhost_xhci_pci.c usbhost_xhci_trace.c)
endif()