Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Luiz Augusto von Dentz be9f89da50 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-19 11:22:38 +00:00
.known-issues build: Update Bluetooth known_issues whitelist 2016-07-13 07:39:35 +00:00
arch nanokernel: support GCC compiler atomic builtins 2016-07-18 23:20:52 +00:00
boards nios2: optionally print cause code reason 2016-07-18 19:26:37 +00:00
doc doc: Update floating point docs for ARM 2016-07-14 17:26:09 +00:00
drivers drivers/nble: Fix not setting user input expected flag 2016-07-19 07:29:06 +00:00
ext ext qmsi: Make QMSI headers available to more than just drivers 2016-07-18 18:47:51 +00:00
include net: buf: Add net_buf_add_be32 helper 2016-07-19 11:13:08 +03:00
kernel nanokernel: support GCC compiler atomic builtins 2016-07-18 23:20:52 +00:00
lib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
misc gdb-server: update call to uart_register_input() 2016-06-22 17:40:01 +00:00
net Bluetooth: GATT: Fix using non-ASCII characters 2016-07-19 09:49:17 +00:00
samples Bluetooth: Add eddystone sample 2016-07-19 11:22:38 +00:00
scripts altera_max10: support 'make flash' and 'make debug' 2016-07-12 18:09:57 +00:00
tests altera_max10: enable and use 16550 UART 2016-07-15 19:31:44 +00:00
usb usb: cdc acm: Change Bulk Out handler to read data per 32-bit words 2016-07-08 18:22:19 +00:00
.checkpatch.conf checkpatch: decrease max line number to 80 2016-05-31 19:09:14 +00:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
Kbuild build: Make sure sysgen related header files get updated 2016-07-18 18:46:31 +00:00
Kconfig
Kconfig.zephyr usb: Add USB device core layer 2016-06-30 17:51:56 +00:00
LICENSE
MAINTAINERS MAINTAINER: move known issues component and clean blank line 2016-07-08 21:21:37 +00:00
Makefile build: Make sure sysgen related header files get updated 2016-07-18 18:46:31 +00:00
Makefile.inc build: Fix application object files placement when building out of tree 2016-06-30 16:49:40 +00:00
zephyr-env.sh