1# Copyright (c) 2025 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4board_runner_args(jlink "--device=MAX32650" "--reset-after-load")
5
6include(${ZEPHYR_BASE}/boards/common/openocd-adi-max32.boards.cmake)
7include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9