We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ecad5 commit 2ca15bdCopy full SHA for 2ca15bd
boards/adi/max32657evkit/board.cmake
@@ -1,6 +1,10 @@
1
# Copyright (c) 2024-2025 Analog Devices, Inc.
2
# SPDX-License-Identifier: Apache-2.0
3
4
+if(CONFIG_BOARD_MAX32657EVKIT_MAX32657_NS)
5
+ set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
6
+endif()
7
+
8
board_runner_args(jlink "--device=MAX32657" "--reset-after-load")
9
10
include(${ZEPHYR_BASE}/boards/common/openocd-adi-max32.boards.cmake)
0 commit comments