tests: drivers: counter: counter_basic_api support in counter_gecko_stimer

This commit adds test support for the counter_gecko_stimer
driver.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2022-09-14 14:02:12 +02:00 committed by Carles Cufí
commit fd658004d7

View file

@ -83,8 +83,13 @@ static const struct device *const devices[] = {
#ifdef CONFIG_COUNTER_MCUX_LPC_RTC
DEVS_FOR_DT_COMPAT(nxp_lpc_rtc)
#endif
#ifdef CONFIG_COUNTER_GECKO_RTCC
DEVS_FOR_DT_COMPAT(silabs_gecko_rtcc)
DEVS_FOR_DT_COMPAT(st_stm32_rtc)
#endif
#ifdef CONFIG_COUNTER_GECKO_STIMER
DEVS_FOR_DT_COMPAT(silabs_gecko_stimer)
#endif
#ifdef CONFIG_COUNTER_MCUX_PIT
DEVS_FOR_DT_COMPAT(nxp_kinetis_pit)
#endif