Skip to content

Commit 4116e4f

Browse files
committed
ci(bt/bluedroid): Add CI build test for A2DP Sink example with Caver Art disabled
1 parent ffaf081 commit 4116e4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Override some defaults so BT stack is enabled and
2+
# Classic BT is enabled and BT_DRAM_RELEASE is disabled
3+
CONFIG_BT_ENABLED=y
4+
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
5+
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
6+
CONFIG_BTDM_CTRL_MODE_BTDM=n
7+
CONFIG_BT_BLUEDROID_ENABLED=y
8+
CONFIG_BT_CLASSIC_ENABLED=y
9+
CONFIG_BT_A2DP_ENABLE=y
10+
CONFIG_BT_AVRCP_CT_COVER_ART_ENABLED=n
11+
CONFIG_EXAMPLE_AVRCP_CT_COVER_ART_ENABLE=n
12+
CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=n

0 commit comments

Comments
 (0)