File tree Expand file tree Collapse file tree 6 files changed +51
-0
lines changed
configuration/nrf54h20dk_nrf54h20_cpuapp/images/uicr Expand file tree Collapse file tree 6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ /* Aligning the DTS configuration between the UICR image and the application (default) image.
8
+ * The UICR image must use the same DTS configuration as the default image.
9
+ */
10
+ #include "../../app.overlay"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ /* Aligning the DTS configuration between the UICR image and the application (default) image.
8
+ * The UICR image must use the same DTS configuration as the default image.
9
+ */
10
+ #include "../../app_dongle.overlay"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ /* Aligning the DTS configuration between the UICR image and the application (default) image.
8
+ * The UICR image must use the same DTS configuration as the default image.
9
+ */
10
+ #include "../../app_release.overlay"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ /* Aligning the DTS configuration between the UICR image and the application (default) image.
8
+ * The UICR image must use the same DTS configuration as the default image.
9
+ */
10
+ #include "../../app_release_dongle.overlay"
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2025 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ # Nothing here
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ set(ipc_radio_APPLICATION_CONFIG_DIR
22
22
"${CMAKE_CURRENT_LIST_DIR} /../configuration/\$ {NORMALIZED_BOARD_TARGET}/images/ipc_radio"
23
23
CACHE INTERNAL "Application configuration dir controlled by sysbuild"
24
24
)
25
+ set (uicr_APPLICATION_CONFIG_DIR
26
+ "${CMAKE_CURRENT_LIST_DIR} /../configuration/\$ {NORMALIZED_BOARD_TARGET}/images/uicr"
27
+ CACHE INTERNAL "Application configuration dir controlled by sysbuild"
28
+ )
25
29
26
30
find_package (Sysbuild REQUIRED HINTS $ENV{ZEPHYR_BASE} )
27
31
You can’t perform that action at this time.
0 commit comments