tests: drivers: counter: support rtc timer
Add support for rtc timer node in the test. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
9808aa9f9e
commit
0b72ded057
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ static const struct device *const devices[] = {
|
|||
#ifdef CONFIG_COUNTER_TMR_ESP32
|
||||
DEVS_FOR_DT_COMPAT(espressif_esp32_timer)
|
||||
#endif
|
||||
#ifdef CONFIG_COUNTER_TMR_RTC_ESP32
|
||||
DEVS_FOR_DT_COMPAT(espressif_esp32_rtc_timer)
|
||||
#endif
|
||||
#ifdef CONFIG_COUNTER_NXP_S32_SYS_TIMER
|
||||
DEVS_FOR_DT_COMPAT(nxp_s32_sys_timer)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue