The native_sim boards support the DMA emulator just like native_posix. The tag was just never added in the native_sim twister yaml. Let's add it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
26 lines
318 B
YAML
26 lines
318 B
YAML
identifier: native_sim
|
|
name: Native Simulation port - 32-bit
|
|
type: native
|
|
simulation: native
|
|
arch: posix
|
|
ram: 65536
|
|
flash: 65536
|
|
toolchain:
|
|
- host
|
|
- llvm
|
|
supported:
|
|
- can
|
|
- counter
|
|
- dma
|
|
- eeprom
|
|
- netif:eth
|
|
- usb_device
|
|
- adc
|
|
- i2c
|
|
- spi
|
|
- gpio
|
|
- rtc
|
|
testing:
|
|
default: true
|
|
vendor: zephyr
|