boards: wch: add dma to the supported list so the build tests run

This adds `tests/drivers/dma/chan_blen_transfer` and
`tests/drivers/dma/loop_transfer` as build tests to any manual Twister
run.

Signed-off-by: Michael Hope <michaelh@juju.nz>
This commit is contained in:
Michael Hope 2025-06-01 11:54:47 +00:00 committed by Daniel DeGrasse
commit dc57eda4ca
3 changed files with 3 additions and 0 deletions

View file

@ -8,5 +8,6 @@ toolchain:
ram: 2
flash: 16
supported:
- dma
- gpio
- i2c

View file

@ -8,6 +8,7 @@ toolchain:
ram: 8
flash: 62
supported:
- dma
- gpio
- i2c
- pwm

View file

@ -8,4 +8,5 @@ toolchain:
ram: 64
flash: 128
supported:
- dma
- gpio