1# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4board_runner_args(
5  jlink
6  "--device=GD32VF103CBT6" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1"
7)
8
9include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
11