zephyr/boards/arm/gd32f407v_start/board.cmake
TOKITA Hiroshi aae94737ee boards: arm: gd32f407v_start: Add initial support for gd32f407v_start
Add initial support for the GD32F407V-START board.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2022-08-29 10:27:15 +02:00

9 lines
325 B
CMake

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