2015-07-18 03:03:52 +08:00
|
|
|
[test_x86]
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
|
|
|
arch_whitelist = x86
|
2016-02-14 22:22:41 +08:00
|
|
|
kernel = micro
|
2016-03-02 08:19:00 +08:00
|
|
|
# FIXME h4 and UART driver using same IRQ line on galileo
|
|
|
|
platform_exclude = galileo
|
2015-07-18 03:03:52 +08:00
|
|
|
|
|
|
|
[test_arm]
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
|
|
|
arch_whitelist = arm
|
2016-02-15 22:35:30 +08:00
|
|
|
platform_exclude = arduino_due
|
2016-03-25 05:46:00 +08:00
|
|
|
filter = not CONFIG_SOC_STM32F103RB
|
2016-02-14 22:22:41 +08:00
|
|
|
kernel = micro
|
2015-07-18 03:03:52 +08:00
|
|
|
|
2016-01-27 23:05:19 +08:00
|
|
|
[test_nble]
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
2016-01-28 16:10:05 +08:00
|
|
|
extra_args = CONF_FILE="prj_nble.conf"
|
2016-01-27 23:05:19 +08:00
|
|
|
arch_whitelist = x86
|
2016-03-25 05:46:00 +08:00
|
|
|
filter = CONFIG_SOC_QUARK_SE
|
2016-01-27 23:05:19 +08:00
|
|
|
platform_whitelist = arduino_101
|
2016-02-14 22:22:41 +08:00
|
|
|
kernel = micro
|
|
|
|
|
|
|
|
[test_x86_nano]
|
|
|
|
kernel = nano
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
|
|
|
arch_whitelist = x86
|
|
|
|
extra_args = KERNEL_TYPE=nano
|
2016-03-02 08:19:00 +08:00
|
|
|
# FIXME h4 and UART driver using same IRQ line on galileo
|
|
|
|
platform_exclude = quark_d2000_crb galileo
|
2016-02-14 22:22:41 +08:00
|
|
|
|
|
|
|
[test_arm_nano]
|
|
|
|
kernel = nano
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
|
|
|
arch_whitelist = arm
|
2016-02-15 22:35:30 +08:00
|
|
|
platform_exclude = arduino_due
|
2016-02-14 22:22:41 +08:00
|
|
|
extra_args = KERNEL_TYPE=nano
|
|
|
|
|
|
|
|
[test_nble_nano]
|
|
|
|
kernel = nano
|
|
|
|
tags = bluetooth
|
|
|
|
build_only = true
|
|
|
|
extra_args = CONF_FILE="prj_nble.conf" KERNEL_TYPE=nano
|
|
|
|
arch_whitelist = x86
|
2016-03-25 05:46:00 +08:00
|
|
|
filter = CONFIG_SOC_QUARK_SE
|
2016-02-14 22:22:41 +08:00
|
|
|
platform_whitelist = arduino_101
|