Skip to content

Commit 65ec925

Browse files
henrikbrixandersenkartben
authored andcommitted
tests: drivers: counter: counter_basic_api: add NEORV32 GPTMR support
Add support for testing the NEORV32 General Purpose Timer (GPTMR). Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 2e8a08a commit 65ec925

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
@@ -132,6 +132,9 @@ static const struct device *const devices[] = {
132132
#ifdef CONFIG_COUNTER_ITE_IT8XXX2
133133
DEVS_FOR_DT_COMPAT(ite_it8xxx2_counter)
134134
#endif
135+
#ifdef CONFIG_COUNTER_NEORV32_GPTMR
136+
DEVS_FOR_DT_COMPAT(neorv32_gptmr)
137+
#endif
135138
};
136139

137140
static const struct device *const period_devs[] = {

0 commit comments

Comments
 (0)