zephyr/tests/drivers/counter/counter_basic_api/testcase.yaml
Toby Firth 893bfc0fc1 drivers: counter: added ctimer driver for lpcexpresso55s69
Added shim driver for the CTIMERs for the lpcexpresso55s69 board.

Fixes: #22705

Signed-off-by: Toby Firth <tobyjfirth@gmail.com>
2021-08-24 17:13:22 -04:00

15 lines
349 B
YAML

tests:
drivers.counter:
tags: drivers
depends_on: counter
min_ram: 16
platform_exclude: nucleo_f302r8
timeout: 600
drivers.counter_nrf_zli:
tags: drivers
depends_on: counter
platform_allow: nrf52840dk_nrf52840
timeout: 400
extra_args: >
OVERLAY_CONFIG="zli.conf;boards/nrf52840dk_nrf52840_zli.conf"