This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
53dd3ba2e0
zephyr
/
drivers
/
nble
/
Makefile
2 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bluetooth: nble: Add RPC deserialization functions Port RPC deserialization to Zephyr upstream. Change-Id: Icc9e055565185e907f51832443386f929a752586 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-01-19 20:13:44 +08:00
obj-$(CONFIG_NBLE)
+=
gap.o conn.o gatt.o uart.o rpc_serialize.o rpc_deserialize.o