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
1c40b964a0
zephyr
/
samples
/
bluetooth
/
beacon
/
prj_nble.conf
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drivers: bluetooth: nble: restructures Bluetooth Kconfig options This moves both the Bluetooth HCI and NBLE drivers under "Bluetooth Drivers" category. This also adds a selection for choosing Bluetooth stacks as the bulk of both HCI and NBLE stacks cannot be compiled together. Note that this does not move the source files. That should be done in a separate change. Change-Id: I32fa7097ada0fdc52bcc745adb78c7273f4023c6 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-17 04:05:56 +08:00
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
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
Bluetooth: Add support for using SYS_LOG This add CONFIG_BLUETOOTH_DEBUG_LOG which depends on SYS_LOG since the later can actually use either CONFIG_PRINTK or CONFIG_STDOUT_CONSOLE. Change-Id: Ib2974d1331f6c91d119a218ec95e8bf01069377b Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-04-27 22:57:03 +08:00
CONFIG_BLUETOOTH_DEBUG_LOG=y