This adds a sample that implements HID Service peripheral, the current descriptor map is for a generic mouse so when connecting to a Linux box it will create a input device like in the following output: input: Test HoG mouse as /devices/virtual/misc/uhid/0005:1D6B:0246.0035/input/input98 hid-generic 0005:1D6B:0246.0035: input,hidraw2: BLUETOOTH HID v5.29 Mouse [Test HoG mouse] on XX:XX:XX:XX:XX:XX Change-Id: Iccf07926ecc7363f4f47e1aa9df506a722e7e2d3 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
|