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
1 changed files with 5 additions and 0 deletions
|
@ -83,8 +83,13 @@ static const struct device *const devices[] = {
|
||||||
#ifdef CONFIG_COUNTER_MCUX_LPC_RTC
|
#ifdef CONFIG_COUNTER_MCUX_LPC_RTC
|
||||||
DEVS_FOR_DT_COMPAT(nxp_lpc_rtc)
|
DEVS_FOR_DT_COMPAT(nxp_lpc_rtc)
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_COUNTER_GECKO_RTCC
|
||||||
DEVS_FOR_DT_COMPAT(silabs_gecko_rtcc)
|
DEVS_FOR_DT_COMPAT(silabs_gecko_rtcc)
|
||||||
DEVS_FOR_DT_COMPAT(st_stm32_rtc)
|
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
|
#ifdef CONFIG_COUNTER_MCUX_PIT
|
||||||
DEVS_FOR_DT_COMPAT(nxp_kinetis_pit)
|
DEVS_FOR_DT_COMPAT(nxp_kinetis_pit)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue