Bluetooth: tests: Include building mesh ext. in CI
Include the HCI Mesh Extension implementation to be built in CI. Note, mesh extension implementation is work in progress, and will be continues in new LL split architecture implementations. Note, HCI Mesh extensions not supported in ULL/LLL arch yet, hence disabled. Also, only a partial implementation present in the old architecture. Relates to #12860. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
d04d852db3
commit
e85571da28
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ CONFIG_BT_CTLR_GPIO_LNA_PIN=27
|
|||
CONFIG_BT_CTLR_PROFILE_ISR=y
|
||||
CONFIG_BT_CTLR_DEBUG_PINS=y
|
||||
CONFIG_BT_HCI_VS_EXT=y
|
||||
CONFIG_BT_HCI_MESH_EXT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_SMP=y
|
||||
|
|
|
@ -34,6 +34,7 @@ CONFIG_BT_CTLR_GPIO_LNA_PIN=27
|
|||
CONFIG_BT_CTLR_PROFILE_ISR=y
|
||||
CONFIG_BT_CTLR_DEBUG_PINS=y
|
||||
CONFIG_BT_HCI_VS_EXT=y
|
||||
CONFIG_BT_HCI_MESH_EXT=n
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_SMP=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue