boards: gd32: add dma as supported feature

Add `dma` as supported feature to yaml configuration.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2022-12-10 19:32:44 +09:00 committed by Carles Cufí
commit 20d2dff140
13 changed files with 13 additions and 0 deletions

View file

@ -14,3 +14,4 @@ toolchain:
supported:
- counter
- watchdog
- dma

View file

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

View file

@ -13,3 +13,4 @@ toolchain:
- xtools
supported:
- watchdog
- dma

View file

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

View file

@ -15,3 +15,4 @@ supported:
- pwm
- gpio
- counter
- dma

View file

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

View file

@ -15,3 +15,4 @@ supported:
- pwm
- gpio
- counter
- dma

View file

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

View file

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

View file

@ -14,3 +14,4 @@ supported:
- gpio
- pwm
- watchdog
- dma

View file

@ -14,3 +14,4 @@ supported:
- gpio
- pwm
- watchdog
- dma

View file

@ -9,3 +9,4 @@ flash: 128
ram: 32
supported:
- watchdog
- dma

View file

@ -9,3 +9,4 @@ flash: 64
ram: 20
supported:
- watchdog
- dma