mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 17:31:57 +00:00
When building ISO applications on a device that has the host and controller on the same core, the application developer shouldn't have to set controller specific configurations. Without this change the samples iso_receive and iso_broadcast will fail to run on NRF52 series devices as the samples try to set up two streams but the controller is configured to support only one. Controller unit tests that were previously only enabling the controller specific ISO configurations now also enable the top-level ISO configurations to ensure that the default stream count is properly configured. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
40 lines
724 B
Plaintext
40 lines
724 B
Plaintext
CONFIG_ZTEST=y
|
|
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|
|
CONFIG_ASSERT_VERBOSE=y
|
|
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_HCI=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
|
|
CONFIG_BT_LLL_VENDOR_NORDIC=y
|
|
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_ISO_PERIPHERAL=y
|
|
CONFIG_BT_ISO_CENTRAL=y
|
|
CONFIG_BT_CTLR_PERIPHERAL_ISO=y
|
|
CONFIG_BT_CTLR_CENTRAL_ISO=y
|
|
CONFIG_BT_MAX_CONN=4
|
|
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
|
CONFIG_BT_BUF_ACL_RX_SIZE=251
|
|
CONFIG_BT_DATA_LEN_UPDATE=y
|
|
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
|
|
|
|
CONFIG_BT_CTLR_CONN_RSSI=y
|
|
|
|
|
|
CONFIG_BT_ASSERT=y
|
|
CONFIG_BT_CTLR_ASSERT_HANDLER=y
|
|
|
|
CONFIG_BT_CTLR_PER_INIT_FEAT_XCHG=y
|
|
CONFIG_BT_CTLR_SCA_UPDATE=y
|
|
CONFIG_BT_SCA_UPDATE=y
|
|
|
|
CONFIG_BT_PHY_UPDATE=y
|
|
CONFIG_BT_CTLR_PHY_2M=y
|
|
CONFIG_BT_CTLR_PHY_CODED=y
|