Added MAX32672FTHR board For more information about this board please check https://www.analog.com/ Co-authored-by: Maureen Helm <maureen.helm@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
7 lines
300 B
CMake
7 lines
300 B
CMake
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
|
|
board_runner_args(openocd --cmd-pre-init "source [find target/max32672.cfg]")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|