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:
parent
f062012f84
commit
dc57eda4ca
3 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,6 @@ toolchain:
|
|||
ram: 2
|
||||
flash: 16
|
||||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
- i2c
|
||||
|
|
|
@ -8,6 +8,7 @@ toolchain:
|
|||
ram: 8
|
||||
flash: 62
|
||||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
- i2c
|
||||
- pwm
|
||||
|
|
|
@ -8,4 +8,5 @@ toolchain:
|
|||
ram: 64
|
||||
flash: 128
|
||||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue