Segger started to support MAX78002 with JLink version V8.12. So, MAX78002EVKIT board has JLink support. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
9 lines
422 B
CMake
9 lines
422 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/max78002.cfg]")
|
|
board_runner_args(jlink "--device=MAX78002" "--reset-after-load")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|