2018-07-05 14:21:03 +02:00
|
|
|
tests:
|
2022-03-18 20:22:49 +01:00
|
|
|
drivers.counter.basic_api:
|
2023-05-08 13:37:42 +02:00
|
|
|
tags:
|
|
|
|
- drivers
|
|
|
|
- counter
|
2018-07-05 14:21:03 +02:00
|
|
|
depends_on: counter
|
2019-02-08 12:37:20 +05:30
|
|
|
min_ram: 16
|
2019-04-15 10:19:42 -05:00
|
|
|
platform_exclude: nucleo_f302r8
|
2021-08-10 17:04:20 +01:00
|
|
|
timeout: 600
|
2022-03-18 20:22:49 +01:00
|
|
|
drivers.counter.basic_api.nrf_zli:
|
2023-05-08 13:37:42 +02:00
|
|
|
tags:
|
|
|
|
- drivers
|
|
|
|
- counter
|
2021-02-23 11:56:08 +01:00
|
|
|
depends_on: counter
|
|
|
|
platform_allow: nrf52840dk_nrf52840
|
|
|
|
timeout: 400
|
2023-03-16 13:48:40 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ZERO_LATENCY_IRQS=y
|
|
|
|
extra_args:
|
|
|
|
DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf52840dk_nrf52840_zli.overlay"
|
2023-08-16 11:45:55 +02:00
|
|
|
drivers.counter.basic_api.stm32_subsec:
|
|
|
|
tags:
|
|
|
|
- drivers
|
|
|
|
- counter
|
|
|
|
depends_on: counter
|
|
|
|
platform_allow: nucleo_f429zi
|
|
|
|
timeout: 600
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_COUNTER_RTC_STM32_SUBSECONDS=y
|