Skip to content

Commit a5598e6

Browse files
committed
[nrf noup] tests: bluetooth: tester: build with sysbuild
make hci_ipc config file generic. Sysbuild configuration to be adaptable (nRF53/54H) Signed-off-by: Aytürk Düzen <[email protected]>
1 parent 404f3ae commit a5598e6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

samples/bluetooth/hci_ipc/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CONFIG_BT=y
1010
CONFIG_BT_HCI_RAW=y
1111
CONFIG_BT_MAX_CONN=16
1212

13-
1413
# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
1514
# Host number of completed commands does not follow normal flow control.
1615
CONFIG_BT_BUF_CMD_TX_COUNT=10
File renamed without changes.

tests/bluetooth/tester/sysbuild.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
1313
BOARD ${SB_CONFIG_NET_CORE_BOARD}
1414
)
1515

16-
set(${NET_APP}_CONF_FILE
17-
${NET_APP_SRC_DIR}/nrf5340_cpunet_iso-bt_ll_sw_split.conf
18-
CACHE INTERNAL ""
19-
)
16+
# set(${NET_APP}_CONF_FILE
17+
# ${NET_APP_SRC_DIR}/nrf5340_cpunet_iso-bt_ll_sw_split.conf
18+
# CACHE INTERNAL ""
19+
# )
2020

2121
set(${NET_APP}_EXTRA_CONF_FILE
22-
${APP_DIR}/nrf5340_hci_ipc_cpunet.conf
22+
${APP_DIR}/hci_ipc_cpunet.conf
2323
CACHE INTERNAL ""
2424
)
2525

0 commit comments

Comments
 (0)