Skip to content

Commit 55bc3ac

Browse files
AyturkDuzenkartben
authored andcommitted
tests: bluetooth: tester: make hci_ipc confs generic for multi-core
nrf5340_hci_ipc.conf and nrf5340_hci_ipc_cpunet.conf were board specific rename them for generic multi-core board support Signed-off-by: Aytürk Düzen <[email protected]>
1 parent 3977703 commit 55bc3ac

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

tests/bluetooth/tester/sysbuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
1919
)
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)