Skip to content

Commit 1a17424

Browse files
koffesbjarki-andreasen
authored andcommitted
[nrf noup] dts: Add bt-ll-sw-split snippet
OCT-3045 This fix is related to #2006 this adds the bt-ll-sw-split snippet for more bluetooth samples Signed-off-by: Kristoffer Rist Skøien <[email protected]>
1 parent f88b139 commit 1a17424

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

samples/bluetooth/bap_broadcast_sink/sysbuild.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
1818
CACHE INTERNAL ""
1919
)
2020

21+
list(APPEND ${NET_APP}_SNIPPET ${SNIPPET})
22+
list(APPEND ${NET_APP}_SNIPPET bt-ll-sw-split)
23+
set(${NET_APP}_SNIPPET ${${NET_APP}_SNIPPET} CACHE STRING "" FORCE)
24+
2125
native_simulator_set_child_images(${DEFAULT_IMAGE} ${NET_APP})
2226
endif()
2327

samples/bluetooth/cap_acceptor/sample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ tests:
2626
- nrf52833dk/nrf52833
2727
- nrf52840dk/nrf52840
2828
- nrf52840dongle/nrf52840
29-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
30-
tags: bluetooth
29+
extra_args:
30+
- OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
31+
- SNIPPET="bt-ll-sw-split"
32+
tags: bluetooth

samples/bluetooth/cap_acceptor/sysbuild.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
1818
CACHE INTERNAL ""
1919
)
2020

21+
list(APPEND ${NET_APP}_SNIPPET ${SNIPPET})
22+
list(APPEND ${NET_APP}_SNIPPET bt-ll-sw-split)
23+
set(${NET_APP}_SNIPPET ${${NET_APP}_SNIPPET} CACHE STRING "" FORCE)
24+
2125
native_simulator_set_child_images(${DEFAULT_IMAGE} ${NET_APP})
2226
endif()
2327

samples/bluetooth/cap_initiator/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ tests:
2626
- nrf52833dk/nrf52833
2727
- nrf52840dk/nrf52840
2828
- nrf52840dongle/nrf52840
29-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
29+
extra_args:
30+
- OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
31+
- SNIPPET="bt-ll-sw-split"
3032
tags: bluetooth

0 commit comments

Comments
 (0)