blob: 02bc575d2eea3dd150049bd8a4e7e420a912a4f7 [file] [log] [blame]
# Copyright (c) 2022, Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
board_runner_args(pyocd "--target=gd32e507ze")
board_runner_args(
jlink
"--device=GD32E507ZE" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1"
)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)