zephyr/tests/drivers/counter/counter_basic_api/testcase.yaml
Krzysztof Chruscinski 656b0e6426 drivers: counter: Adapt to use device tree
Modifying counter drivers (rtc and timer) to rely completely on
device tree and not on Kconfig of MDK flags.

Adapting dtsi for all SoCs and adapting test configuration.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2023-03-20 16:59:40 +01:00

17 lines
468 B
YAML

tests:
drivers.counter.basic_api:
tags: drivers counter
depends_on: counter
min_ram: 16
platform_exclude: nucleo_f302r8
timeout: 600
drivers.counter.basic_api.nrf_zli:
tags: drivers counter
depends_on: counter
platform_allow: nrf52840dk_nrf52840
timeout: 400
extra_configs:
- CONFIG_ZERO_LATENCY_IRQS=y
extra_args:
DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf52840dk_nrf52840_zli.overlay"