1# Copyright (c) 2022, Teslabs Engineering S.L. 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args(pyocd "--target=gd32e507ve") 5board_runner_args(jlink "--device=GD32E507VE" "--speed=4000") 6 7include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 9