기타등등

This commit is contained in:
2026-06-11 17:48:35 +09:00
parent d7c5b34da3
commit 1f7436e27d
14 changed files with 714 additions and 124 deletions
+24
View File
@@ -6,3 +6,27 @@ if(SB_CONFIG_NETCORE_HCI_IPC)
"Extra configuration for the nRF5340 net core HCI image"
)
endif()
if(SB_CONFIG_BOOTLOADER_MCUBOOT)
list(APPEND mcuboot_EXTRA_CONF_FILE
"${APP_DIR}/sysbuild/mcuboot.conf"
)
list(REMOVE_DUPLICATES mcuboot_EXTRA_CONF_FILE)
set(
mcuboot_EXTRA_CONF_FILE
"${mcuboot_EXTRA_CONF_FILE}"
CACHE INTERNAL
"Extra configuration for the MCUboot image"
)
list(APPEND mcuboot_EXTRA_DTC_OVERLAY_FILE
"${APP_DIR}/sysbuild/mcuboot.overlay"
)
list(REMOVE_DUPLICATES mcuboot_EXTRA_DTC_OVERLAY_FILE)
set(
mcuboot_EXTRA_DTC_OVERLAY_FILE
"${mcuboot_EXTRA_DTC_OVERLAY_FILE}"
CACHE INTERNAL
"Extra devicetree overlay for the MCUboot image"
)
endif()