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:
parent
85a90d7448
commit
fd658004d7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user