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
430e8e9730
zephyr
/
samples
/
bluetooth
/
eddystone
/
prj_nble.conf
5 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add eddystone sample This adds a sample which implement Eddystone Configuration Service following the spefication bellow: https://github.com/google/eddystone/tree/master/configuration-service Change-Id: Ia3e74d068de03ae20191534e61b2752dd2d70211 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-07-12 16:07:18 +08:00
CONFIG_BLUETOOTH=y
Bluetooth: Kconfig: Restructure for a more logical hierarchy Restructure the Bluetooth options more logically. - Both host and controller are now behind the same high level CONFIG_BLUETOOTH. - Selecting controller support disables other HCI driver selection, so the controller isn't in the same list as HCI drivers any more. - Under the top-level there's a "Custom stack" option, which when enabled opens up the option of choosing CONFIG_NBLE. There are various other cleanups and simplifications in this patch as well, since splitting these up would have been fairly tricky while making sure all test cases still build. Change-Id: I5bb715cb9d20201cb8b72fbd149c8a09a4b2d7d2 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-11-09 18:23:21 +08:00
CONFIG_BLUETOOTH_CUSTOM=y
Bluetooth: Add eddystone sample This adds a sample which implement Eddystone Configuration Service following the spefication bellow: https://github.com/google/eddystone/tree/master/configuration-service Change-Id: Ia3e74d068de03ae20191534e61b2752dd2d70211 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-07-12 16:07:18 +08:00
CONFIG_NBLE=y
CONFIG_BLUETOOTH_DEBUG_LOG=y