zephyr/boards/gd/gd32e507z_eval/board.cmake

12 lines
343 B
CMake

# 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)