The drivers/bluetooth/controller path adds a native BLE Link Layer (controller and HCI) to the Bluetooth subsystem. This first implementation adds support for the nRF5x series of devices from Nordic Semiconductor. The hal/ folder inside the controller contains all IC-specific code to interface with the radio and baseband. Jira: ZEP-702 Origin: Original Change-Id: I4ed61d5f67af6b4735d746a38a5b55f054521075 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
6 lines
195 B
Makefile
6 lines
195 B
Makefile
obj-$(CONFIG_BLUETOOTH_H4) += h4.o
|
|
obj-$(CONFIG_BLUETOOTH_H5) += h5.o
|
|
obj-$(CONFIG_NBLE) += nble/
|
|
obj-$(CONFIG_BLUETOOTH_NRF51_PM) += nrf51_pm.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += controller/
|