From 6c54c92e84750e3638e209f715e1cf80909f948d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 28 Oct 2016 19:46:50 +0300 Subject: [PATCH] Bluetooth: tests/init: Limit controller+host for 32kB RAM platforms The combined controller & host build takes up too much RAM for the 16kB arduino_101_ble target, so limit it to the 32kB nRF52 & nRF51 DevKits. Change-Id: Ib9d04765697b7f5c748633cb6244474d92f96995 Signed-off-by: Johan Hedberg --- tests/bluetooth/init/testcase.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bluetooth/init/testcase.ini b/tests/bluetooth/init/testcase.ini index a96e88c7e71..e483f00583b 100644 --- a/tests/bluetooth/init/testcase.ini +++ b/tests/bluetooth/init/testcase.ini @@ -8,14 +8,14 @@ tags = bluetooth build_only = true extra_args = CONF_FILE=prj_controller.conf # Only run on nRF5x, the only supported radio -filter = CONFIG_SOC_FAMILY_NRF5 +platform_whitelist = nrf52_pca10040 nrf51_pca10028 96b_nitrogen [test_controller_dbg] tags = bluetooth build_only = true extra_args = CONF_FILE=prj_controller_dbg.conf # Only run on nRF5x, the only supported radio -filter = CONFIG_SOC_FAMILY_NRF5 +platform_whitelist = nrf52_pca10040 nrf51_pca10028 96b_nitrogen [test_h5] tags = bluetooth