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
5b2160b598
zephyr
/
tests
/
bluetooth
/
test_bluetooth
/
Makefile
6 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bluetooth: Use unified kernel build for tests and samples This makes all Bluetooth samples and tests being build with unified kernel. main() is now executed from init thread and specifying task for it in mdef file is no longer needed. By default main stack is 1024 bytes and this should be enough for BT samples. Change-Id: I6674eea2c028b78ada5190acef72937186738af2 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-10-24 18:02:25 +08:00
KERNEL_TYPE
=
unified
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