666386f642
Add `spi` as supported feature to yaml configuration. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
20 lines
291 B
YAML
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
|