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>
20 lines
371 B
INI
20 lines
371 B
INI
[test_x86]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
# FIXME Doesn't work for ia32_pci
|
|
filter = CONFIG_SOC == "ia32"
|
|
|
|
[test_arm]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
|
|
[test_nble]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_nble.conf"
|
|
arch_whitelist = x86
|
|
platform_whitelist = arduino_101
|