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:
Johan Hedberg 2016-01-11 14:27:50 +02:00 committed by Anas Nashif
commit fd975d27fb
7 changed files with 340 additions and 0 deletions

View file

@ -63,4 +63,6 @@ source "drivers/aio/Kconfig"
source "drivers/qmsi/Kconfig"
source "drivers/nble/Kconfig"
endmenu