Bluetooth: Init: Updated filiter options for test_20
Added filter options to avoid building for the Arduino_101 and Quark_se ARC core as there is not enough RAM to run this test. Change-Id: I0c1172714c9827e632648fcedc67555251f25769 Signed-off-by: Itankar, Piyush T <piyush.t.itankar@intel.com>
This commit is contained in:
parent
4c9f1017c8
commit
d17a803dc9
1 changed files with 5 additions and 2 deletions
|
@ -187,8 +187,11 @@ tags = bluetooth
|
|||
build_only = true
|
||||
kernel = micro
|
||||
extra_args = CONF_FILE=prj_20.conf
|
||||
# exclude STM32F103RB SoC, not enough RAM to run this test
|
||||
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG
|
||||
# exclude STM32F103RB SoC and ARC core on ARDIONO_101 and QUARK_SE,
|
||||
# not enough RAM to run this test
|
||||
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and
|
||||
not CONFIG_BOARD_QUARK_SE_SSS_DEVBOARD and
|
||||
not CONFIG_BOARD_ARDUINO_101_SSS
|
||||
|
||||
[test_21]
|
||||
tags = bluetooth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue