Skip to content

Commit 84477d9

Browse files
AyturkDuzenrlubos
authored andcommitted
[nrf fromlist] 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 Upstream PR #: 81755 Signed-off-by: Aytürk Düzen <[email protected]>
1 parent 21bb19c commit 84477d9

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
@@ -30,7 +30,7 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
3030
endif()
3131

3232
set(${NET_APP}_EXTRA_CONF_FILE
33-
${APP_DIR}/nrf5340_hci_ipc_cpunet.conf
33+
${APP_DIR}/hci_ipc_cpunet.conf
3434
CACHE INTERNAL ""
3535
)
3636

0 commit comments

Comments
 (0)