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