zephyr/tests/drivers/counter/counter_basic_api/testcase.yaml
Nidhal BEN OTHMEN a584534791 boards: st: nucleo_wba52cg: Remove the support of Nucleo WBA52CG board
Remove the support of the Nucleo WBA52CG board since it is NRND
(Not Recommended for New Design) and it is not supported anymore
in the STM32CubeWBA from version 1.1.0 (July 2023).

Signed-off-by: Nidhal BEN OTHMEN <nidhal.benothmen@st.com>
2025-03-26 21:55:39 +01:00

43 lines
1.0 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"