diff --git a/samples/sid_end_device/CMakeLists.txt b/samples/sid_end_device/CMakeLists.txt index df38765ec1..c88c8e7442 100644 --- a/samples/sid_end_device/CMakeLists.txt +++ b/samples/sid_end_device/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.20.0) include(bootloader_version.cmake) # Child images -set(hci_rpmsg_KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/child_image/hci_rpmsg/Kconfig.root) +set(hci_ipc_KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/child_image/hci_ipc/Kconfig.root) set(mcuboot_KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/child_image/mcuboot/Kconfig.root) # Configurations diff --git a/samples/sid_end_device/child_image/hci_rpmsg/Kconfig.root b/samples/sid_end_device/child_image/hci_ipc/Kconfig.root similarity index 92% rename from samples/sid_end_device/child_image/hci_rpmsg/Kconfig.root rename to samples/sid_end_device/child_image/hci_ipc/Kconfig.root index 66746df99b..60e8bd450b 100644 --- a/samples/sid_end_device/child_image/hci_rpmsg/Kconfig.root +++ b/samples/sid_end_device/child_image/hci_ipc/Kconfig.root @@ -5,7 +5,7 @@ # # The purpose of this file is to create a wrapper Kconfig file that will be set as -# hci_rpmsg_KCONFIG_ROOT and processed before any other Kconfig for hci_rpmsg child image. +# hci_ipc_KCONFIG_ROOT and processed before any other Kconfig for hci_ipc child image. config HEAP_MEM_POOL_SIZE default 8192 diff --git a/samples/sid_end_device/child_image/hci_rpmsg/prj.conf b/samples/sid_end_device/child_image/hci_ipc/prj.conf similarity index 100% rename from samples/sid_end_device/child_image/hci_rpmsg/prj.conf rename to samples/sid_end_device/child_image/hci_ipc/prj.conf diff --git a/samples/sid_end_device/child_image/hci_rpmsg/prj_no_dfu.conf b/samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf similarity index 100% rename from samples/sid_end_device/child_image/hci_rpmsg/prj_no_dfu.conf rename to samples/sid_end_device/child_image/hci_ipc/prj_no_dfu.conf diff --git a/samples/sid_end_device/child_image/hci_rpmsg/prj_release.conf b/samples/sid_end_device/child_image/hci_ipc/prj_release.conf similarity index 100% rename from samples/sid_end_device/child_image/hci_rpmsg/prj_release.conf rename to samples/sid_end_device/child_image/hci_ipc/prj_release.conf