1# Copyright (c) 2021, Teslabs Engineering S.L. 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args( 5 jlink 6 "--device=GD32VF103VBT6" "--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