File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff 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} )
2226endif ()
2327
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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} )
2226endif ()
2327
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments