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
4c901ac75d
zephyr
/
samples
/
bluetooth
/
init
/
prj_x86.conf
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add Bluetooth init sample This patch adds a very simple application for demonstrating the use of the bt_init() API. Right now this is just tested to work with qemu and the HCI UART driver with the help of the btproxy tool on the host OS side. More information is available in the samples/bluetooth/README file. Change-Id: I03f92d158e9e5d57275241502bb8fa94350fc335 Co-authored-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2015-04-13 19:39:47 +08:00
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_UART=y
Bluetooth: Enable debug for Bluetooth samples and tests Enable CONFIG_BLUETOOTH_DEBUG option for Bluetooth samples. Change-Id: Id0d0377082b16f78f15c5e968c866bed2df69844 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2015-04-17 19:55:34 +08:00
CONFIG_BLUETOOTH_DEBUG=y