mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 04:51:57 +00:00
BR/EDR support in chip is mandatory if BR/EDR is enabled so add separate config for it. This is to avoid problems when using single mode LE controller. Change-Id: I9d9692b89883dd1980803d66818fb6e3a368afb0 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
60 lines
1.2 KiB
INI
60 lines
1.2 KiB
INI
[test_x86]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
kernel = micro
|
|
# FIXME h4 and UART driver using same IRQ line on galileo
|
|
platform_exclude = galileo
|
|
|
|
[test_arm]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
filter = not CONFIG_SOC_STM32F103RB
|
|
kernel = micro
|
|
|
|
[test_nble]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_nble.conf"
|
|
arch_whitelist = x86
|
|
filter = CONFIG_SOC_QUARK_SE
|
|
platform_whitelist = arduino_101
|
|
kernel = micro
|
|
|
|
[test_x86_nano]
|
|
kernel = nano
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
extra_args = KERNEL_TYPE=nano
|
|
# FIXME h4 and UART driver using same IRQ line on galileo
|
|
platform_exclude = quark_d2000_crb galileo
|
|
|
|
[test_arm_nano]
|
|
kernel = nano
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
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
|
|
filter = CONFIG_SOC_QUARK_SE
|
|
platform_whitelist = arduino_101
|
|
|
|
[test_br]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_br.conf"
|
|
arch_whitelist = x86
|
|
kernel = micro
|
|
# FIXME h4 and UART driver using same IRQ line on galileo
|
|
platform_exclude = galileo
|