common: | |
build_only: true | |
tags: | |
- drivers | |
- counter | |
tests: | |
drivers.counter.build.xlnx: | |
platform_allow: arty_a7/designstart_fpga_cortex_m1 | |
extra_configs: | |
- CONFIG_COUNTER_XLNX_AXI_TIMER=y | |
drivers.counter.build.i2c: | |
extra_args: DTC_OVERLAY_FILE="i2c_devices.overlay" | |
extra_configs: | |
- CONFIG_I2C=y | |
platform_allow: | |
- native_posix | |
- native_posix/native/64 | |
- native_sim | |
- native_sim/native/64 |