Skip to content

Commit cc9dcd7

Browse files
author
ganghe
committed
driver: bluetooth: hci: sifli: Add Bluetooth HCI driver for SF32LB chipsets.
Add Bluetooth driver for SF32LB chipsets. Signed-off-by: ganghe <[email protected]>
1 parent c6edb2f commit cc9dcd7

File tree

2 files changed

+714
-0
lines changed

2 files changed

+714
-0
lines changed

drivers/bluetooth/hci/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ zephyr_library_sources_ifdef(CONFIG_BT_DA1453X hci_da1453x.c)
5151
zephyr_library_sources_ifdef(CONFIG_BT_DA1469X hci_da1469x.c)
5252
zephyr_library_sources_ifdef(CONFIG_BT_NXP hci_nxp.c)
5353
zephyr_library_sources_ifdef(CONFIG_BT_H4_NXP_CTLR hci_nxp_setup.c)
54+
zephyr_library_sources_ifdef(CONFIG_BT_SF32LB hci_sf32lb.c)
5455

5556
if(CONFIG_BT_USERCHAN)
5657
zephyr_library_sources(userchan.c)

0 commit comments

Comments
 (0)