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
983ec93bd4
zephyr
/
samples
/
bluetooth
/
beacon
/
prj_nble.conf
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: beacon: Add support for testing with nble driver In addition to having a different CONF_FILE bt_enable needs to be given a callback since nble driver cannot block while initializing. Change-Id: I8bd2c79d0620e93dbecfef25c49c5529ff1ee954 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-01-20 22:55:51 +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
drivers/nble: Enable UART debug only if BLUETOOTH_DEBUG_DRIVER enabled This allows to decrease number debug messages using config option. Change-Id: I987d25c6d4b18503d6beb7feab97e9207100323d Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-11 21:32:14 +08:00
CONFIG_BLUETOOTH_DEBUG_DRIVER=y