zephyr/boards/arm/gd32f470i_eval/board.cmake
Alexandre Duchesne 4c9f1ca877 boards: arm: gigadevice: Initial support for gd32f470ik
Add initial support for the GD32F470I evaluation board.

Signed-off-by: Alexandre Duchesne <alexandre.duchesne@rtone.fr>
2022-07-06 13:22:25 +02:00

9 lines
303 B
CMake

# Copyright (c) 2022, Rtone.
# SPDX-License-Identifier: Apache-2.0
# GD32F470xx series is not yet supported by SEGGER J-Link
board_runner_args(jlink "--device=GD32F450IK" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)