1# Copyright (c) 2024 Analog Devices, Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]") 5board_runner_args(openocd --cmd-pre-init "source [find target/max32680.cfg]") 6 7include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 8