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:
parent
17f7a3cf74
commit
6c54c92e84
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue