Skip to content

Commit

Permalink
Samples: Use hci_ipc child_image instead of hci_rpmsg
Browse files Browse the repository at this point in the history
When using hci_rpmsg, *.conf files for child_image
were not taken into account.
KRKNWK-18546

Signed-off-by: Tomasz Tyzenhauz <tomasz.tyzenhauz@nordicsemi.no>
  • Loading branch information
totyz committed Mar 10, 2024
1 parent d5d1ce5 commit 41ffbc4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/sid_end_device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ffbc4

Please sign in to comment.