mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "seeedstudio-gd32" if BOARD_SEEEDSTUDIO_GD32
|
|
|
|
config BOARD_SEEEDSTUDIO_GD32
|
|
bool
|
|
default y
|
|
select CPU_MODEL_GD32VF103VBT6
|
|
select BOARD_HAS_HXTAL
|
|
select BOARD_HAS_LXTAL
|
|
|
|
source "$(RIOTBOARD)/common/gd32v/Kconfig"
|