zephyr/tests/drivers/counter/counter_basic_api/testcase.yaml
Derek Snell f1c9799668 tests: drivers: counter_basic_api: add testcase for NXP FRDM-RW612
New test case enables low-power standby mode, but disables testing
the lpc_rtc_highres driver, since it is used to wake the device from
standby mode.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
2025-05-12 19:19:40 +02:00

54 lines
1.3 KiB
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"
drivers.counter.basic_api.stm32_subsec:
tags:
- drivers
- counter
depends_on: counter
platform_allow:
- nucleo_f429zi
- nucleo_wba55cg
- google_dragonclaw
timeout: 600
extra_configs:
- CONFIG_COUNTER_RTC_STM32_SUBSECONDS=y
drivers.counter.basic_api.rtc_1khz:
tags:
- drivers
- counter
depends_on: counter
platform_allow: mimxrt685_evk/mimxrt685s/cm33
timeout: 400
extra_args:
DTC_OVERLAY_FILE="boards/mimxrt685_evk_rtc_1khz.overlay"
drivers.counter.basic_api.standby.lpc_rtc_highres:
tags:
- drivers
- counter
depends_on: counter
platform_allow: frdm_rw612
timeout: 400
extra_configs:
- CONFIG_TEST_DRIVER_COUNTER_MCUX_LPC_RTC_HIGHRES=n
extra_args:
DTC_OVERLAY_FILE="enable_standby.overlay"