2021-09-18 05:04:08 +08:00
|
|
|
# Copyright (c) 2021, ATL Electronics
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
2021-10-03 00:55:45 +08:00
|
|
|
|
|
|
|
board_runner_args(gd32isp "--device=GD32F403ZET6")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/gd32isp.board.cmake)
|