Skip to content

Commit 1f66e3a

Browse files
tests: counter: add support for microchip,sam-tc
Enable test support for microchip,sam-tc Signed-off-by: CHEN Xing <[email protected]>
1 parent 5efd191 commit 1f66e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/drivers/counter/counter_basic_api/src/test_counter.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ static const struct device *const devices[] = {
6565
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
6666
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
6767
DEVS_FOR_DT_COMPAT(nxp_imx_gpt)
68+
#ifdef CONFIG_COUNTER_MCHP_SAM_TC
69+
DEVS_FOR_DT_COMPAT(microchip_sam_tc)
70+
#endif
6871
#ifdef CONFIG_COUNTER_MCUX_TPM
6972
DEVS_FOR_DT_COMPAT(nxp_tpm_timer)
7073
#endif

0 commit comments

Comments
 (0)