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
b3c8b5fa19
zephyr
/
samples
/
bluetooth
/
peripheral_hr
/
prj_nble.conf
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: samples: Add dedicated Heartrate peripheral sample app This can be used to focus on demonstrating a simple heartrate service. Change-Id: Ib59c653ebe356784592c8468767b45c5240ec67a Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:57 +08:00
CONFIG_NBLE=y
CONFIG_ARC_INIT=n
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