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
14680cf4ff
zephyr
/
samples
/
bluetooth
/
peripheral
/
prj_nble.conf
4 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add support for testing nble driver with samples This adds a test case that passes prj_nble.conf as CONF_FILE so that the same code tested using HCI Bluetooth driver is also tested using NBLE driver. Change-Id: Ia4ad59d74b82c02007c55ea4fa8f53833d7a7fe5 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-01-19 20:39:08 +08:00
CONFIG_NBLE=y
CONFIG_ARC_INIT=n
Bluetooth: nble: Remove enabling debug by default Enabling BLUETOOTH_DEBUG enables also serial console conflicting with tester reusing the same UART. Change-Id: I8058a019e61146ff05cc44ab543cf6ec9ff418ef Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-01-28 23:24:40 +08:00
CONFIG_BLUETOOTH_DEBUG=y