1# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args(pyocd "--target=gd32f407vk") 5board_runner_args(jlink "--device=GD32F407VK" "--speed=4000") 6 7include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 9