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
|
ram: 2
|
||||||
flash: 16
|
flash: 16
|
||||||
supported:
|
supported:
|
||||||
|
- dma
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
|
|
@ -8,6 +8,7 @@ toolchain:
|
||||||
ram: 8
|
ram: 8
|
||||||
flash: 62
|
flash: 62
|
||||||
supported:
|
supported:
|
||||||
|
- dma
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
- pwm
|
- pwm
|
||||||
|
|
|
@ -8,4 +8,5 @@ toolchain:
|
||||||
ram: 64
|
ram: 64
|
||||||
flash: 128
|
flash: 128
|
||||||
supported:
|
supported:
|
||||||
|
- dma
|
||||||
- gpio
|
- gpio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue