Add a common openocd configuration files for MAX32 MCUs to simplify maintanence of them. After this update it will be easy to add/remove new command Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
6 lines
213 B
CMake
6 lines
213 B
CMake
# Copyright (c) 2024-2025 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-adi-max32.boards.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|