1# Copyright (c) 2022, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4board_runner_args(pyocd "--target=gd32e507ze")
5board_runner_args(
6  jlink
7  "--device=GD32E507ZE" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1"
8)
9
10include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
12