Bluetooth: tests : Include building the LL split in CI
Include building the init tests with the new Link Layer split architecture. Has the data length update and controller privacy disabled until they are implemented in the new architecture. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
04857d0d59
commit
1d470307b9
2 changed files with 23 additions and 0 deletions
19
tests/bluetooth/init/prj_controller_ll_sw_split.conf
Normal file
19
tests/bluetooth/init/prj_controller_ll_sw_split.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_CTLR=y
|
||||
CONFIG_BT_LL_SW_SPLIT=y
|
||||
CONFIG_BT_CTLR_PRIVACY=n
|
||||
CONFIG_BT_DATA_LEN_UPDATE=n
|
||||
CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_SIGNING=y
|
||||
CONFIG_BT_SMP_SC_ONLY=y
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_BREDR=n
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_SOC_FLASH_NRF_RADIO_SYNC=y
|
||||
CONFIG_ZTEST=y
|
||||
|
|
@ -85,6 +85,10 @@ tests:
|
|||
extra_args: CONF_FILE=prj_controller_dbg.conf
|
||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
|
||||
nrf51_pca10028 96b_nitrogen
|
||||
test_controller_ll_sw_split:
|
||||
extra_args: CONF_FILE=prj_controller_ll_sw_split.conf
|
||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
|
||||
nrf51_pca10028
|
||||
test_h5:
|
||||
extra_args: CONF_FILE=prj_h5.conf
|
||||
platform_whitelist: qemu_cortex_m3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue