boards: gd32: add spi as supported feature

Add `spi` as supported feature to yaml configuration.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2022-12-11 16:40:43 +09:00 committed by Marti Bolivar
commit 666386f642
9 changed files with 9 additions and 0 deletions

View file

@ -16,3 +16,4 @@ supported:
- pwm
- watchdog
- dma
- spi

View file

@ -16,3 +16,4 @@ supported:
- gpio
- counter
- dma
- spi

View file

@ -16,3 +16,4 @@ supported:
- watchdog
- counter
- dma
- spi

View file

@ -16,3 +16,4 @@ supported:
- gpio
- counter
- dma
- spi

View file

@ -21,3 +21,4 @@ supported:
- uart
- watchdog
- dma
- spi

View file

@ -15,3 +15,4 @@ supported:
- pwm
- watchdog
- dma
- spi

View file

@ -15,3 +15,4 @@ supported:
- pwm
- watchdog
- dma
- spi

View file

@ -10,3 +10,4 @@ ram: 32
supported:
- watchdog
- dma
- spi

View file

@ -10,3 +10,4 @@ ram: 20
supported:
- watchdog
- dma
- spi