zephyr/tests/kernel/device/testcase.yaml
Andrew Boie 8ec248a0f9 tests: device: add device_mmio tests
Exercise the public macros as well as device_map().
This test has a whitelist for whatever reason; add
mps2_an385 so that the !DEVICE_MMIO_IS_IN_RAM stuff
is tested.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-17 11:38:18 +02:00

12 lines
317 B
YAML

common:
tags: device userspace
tests:
kernel.device:
tags: device
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
kernel.device.pm:
tags: device
extra_configs:
- CONFIG_DEVICE_POWER_MANAGEMENT=y
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385