Skip to content

Commit 2ca15bd

Browse files
mertekrenkartben
authored andcommitted
boards: max32657evkit/max32657/ns: flash tfm_merged.hex on default
This commit provides flashing tfm_merged.hex (includes mcuboot+tfm+ns_image) on default. Signed-off-by: Mert Ekren <[email protected]>
1 parent 97ecad5 commit 2ca15bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/adi/max32657evkit/board.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Copyright (c) 2024-2025 Analog Devices, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
if(CONFIG_BOARD_MAX32657EVKIT_MAX32657_NS)
5+
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
6+
endif()
7+
48
board_runner_args(jlink "--device=MAX32657" "--reset-after-load")
59

610
include(${ZEPHYR_BASE}/boards/common/openocd-adi-max32.boards.cmake)

0 commit comments

Comments
 (0)