mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
af06d94e00
add gd32vf103c_starter board. Signed-off-by: YuLong Yao <feilongphone@gmail.com>
11 lines
311 B
CMake
11 lines
311 B
CMake
# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(
|
|
jlink
|
|
"--device=GD32VF103CBT6" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1"
|
|
)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|