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 <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-10-28 19:46:50 +03:00
commit 6c54c92e84

View file

@ -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