Files
zephyr/boards/v2/gd/gd32e507z_eval/board.cmake
Gerard Marull-Paretas fdc7ed6eb0 boards: gd32e507z_eval: convert to HWMv2
Convert the board to HWMv2.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-03-01 14:17:07 +00:00

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)