mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 21:05:22 +00:00
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>
9 lines
336 B
CMake
9 lines
336 B
CMake
# Copyright (c) 2024-2025 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=MAX32675" "--reset-after-load")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-adi-max32.boards.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|