This application uses Bluetooth IP driver to listen to UPD port and echo back the data received. Change-Id: Id8e58f5f8bf58ff5947441cbcb3131c0da27081c Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
8 lines
188 B
Makefile
8 lines
188 B
Makefile
PLATFORM_CONFIG ?= qemu_x86
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|