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
6e1fbd98d0
zephyr
/
tests
/
bluetooth
/
test_bluetooth
/
Makefile
5 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use BOARD instead of PLATFORM_CONFIG Change-Id: I14db0087cd705df0db8a911071bc3949b5c79314 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 04:00:31 +08:00
BOARD
?=
qemu_x86
tests: Simplify test_bluetooth configuration Use common config for tests and use testcase.ini for defining micro and nano kernel variants. Change-Id: I47453cd49696dd496cc728cc1eb2eba9cf7f1c6c Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-15 19:34:40 +08:00
CONF_FILE
=
prj.conf
Bluetooth: Add Bluetooth microkernel smoke test The test registers Bluetooth driver to Bluetooth the subsystem and runs bt_init() which calls open() callback. We return expected error to indicate that there is no real Bluetooth device attached. Change-Id: I39526acbb25e7d4bb322d4511659a40505874592 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2015-04-16 16:27:24 +08:00
Rename TIMO -> ZEPHYR Change-Id: Id44a129e275fb0cfe1fce6ec2a03c2d86ffe3995 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-06-06 10:46:00 +08:00
i
n
c
l
u
d
e
$(
ZEPHYR_BASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c