Skip to content

Commit

Permalink
[nrf noup] dts: Add bt-ll-sw-split snippet
Browse files Browse the repository at this point in the history
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 <kristoffer.skoien@nordicsemi.no>
(cherry picked from commit ea3ab04)
  • Loading branch information
koffes authored and rlubos committed Oct 24, 2024
1 parent 8303bb7 commit dfae996
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/bap_broadcast_sink/sysbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
CACHE INTERNAL ""
)

list(APPEND ${NET_APP}_SNIPPET ${SNIPPET})
list(APPEND ${NET_APP}_SNIPPET bt-ll-sw-split)
set(${NET_APP}_SNIPPET ${${NET_APP}_SNIPPET} CACHE STRING "" FORCE)

native_simulator_set_child_images(${DEFAULT_IMAGE} ${NET_APP})
endif()

Expand Down
4 changes: 3 additions & 1 deletion samples/bluetooth/cap_acceptor/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ tests:
- nrf52833dk/nrf52833
- nrf52840dk/nrf52840
- nrf52840dongle/nrf52840
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
extra_args:
- OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
- SNIPPET="bt-ll-sw-split"
tags: bluetooth
4 changes: 4 additions & 0 deletions samples/bluetooth/cap_acceptor/sysbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
CACHE INTERNAL ""
)

list(APPEND ${NET_APP}_SNIPPET ${SNIPPET})
list(APPEND ${NET_APP}_SNIPPET bt-ll-sw-split)
set(${NET_APP}_SNIPPET ${${NET_APP}_SNIPPET} CACHE STRING "" FORCE)

native_simulator_set_child_images(${DEFAULT_IMAGE} ${NET_APP})
endif()

Expand Down
4 changes: 3 additions & 1 deletion samples/bluetooth/cap_initiator/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ tests:
- nrf52833dk/nrf52833
- nrf52840dk/nrf52840
- nrf52840dongle/nrf52840
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
extra_args:
- OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
- SNIPPET="bt-ll-sw-split"
tags: bluetooth

0 comments on commit dfae996

Please sign in to comment.