drivers/nble: Introduce basic skeleton
Introduce the basic skeleton for NBLE, which is the Bluetooth LE API implementation targeting a custom firmware running on Nordic Semiconductor nRF51 chips. Change-Id: I1ce69d6ee0205e71f6bd8d256d9233c93d2cde41 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
76079bc53a
commit
fd975d27fb
7 changed files with 340 additions and 0 deletions
|
@ -19,4 +19,5 @@ obj-$(CONFIG_WATCHDOG) += watchdog/
|
|||
obj-$(CONFIG_RTC) += rtc/
|
||||
obj-$(CONFIG_CLOCK_CONTROL) += clock_control/
|
||||
obj-$(CONFIG_IPM) += ipm/
|
||||
obj-$(CONFIG_NBLE) += nble/
|
||||
obj-y += aio/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue