drivers/nble: Add UUID support

This reuses the existing code since that is not driver specific, with
this samples such as tester can be build using nble driver.

Change-Id: I6d9f3edf8deb2e84fce233ef02d1cd0ad6f52526
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-01-27 15:11:32 +02:00 committed by Anas Nashif
commit dab10c414b
2 changed files with 5 additions and 1 deletions

View file

@ -1 +1,3 @@
obj-$(CONFIG_NBLE) += gap.o conn.o gatt.o uart.o rpc_serialize.o rpc_deserialize.o stubs.o
obj-$(CONFIG_NBLE) += gap.o conn.o gatt.o uart.o rpc_serialize.o \
rpc_deserialize.o stubs.o \
../../net/bluetooth/uuid.o

View file

@ -0,0 +1,2 @@
CONFIG_NBLE=y
CONFIG_ARC_INIT=n