zephyr/boards/arm/gd32f450v_start/gd32f450v_start.yaml
TOKITA Hiroshi 666386f642 boards: gd32: add spi as supported feature
Add `spi` as supported feature to yaml configuration.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2023-01-11 08:50:56 -08:00

20 lines
291 B
YAML

# Copyright (c) 2022, Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
identifier: gd32f450v_start
name: GigaDevice GD32F450V-START
type: mcu
arch: arm
ram: 112
flash: 3072
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- pwm
- gpio
- counter
- dma
- spi